Skip to content

Commit 51c8188

Browse files
committed
[clean]README
1 parent 73c5d07 commit 51c8188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Column options are used to aid guessing BigQuery schema, or to define conversion
123123
- string: `BOOLEAN`, `INTEGER`, `FLOAT`, `STRING`, `TIMESTAMP`, `DATETIME`, `DATE`, `RECORD` (default: `STRING`)
124124
- timestamp (x): `INTEGER`, `FLOAT`, `STRING`, `TIMESTAMP`, `DATETIME`, `DATE` (default: `TIMESTAMP`)
125125
- json (x): `STRING`, `RECORD` (default: `STRING`)
126+
- numeric (x): `STRING`
126127
- **mode**: BigQuery mode such as `NULLABLE`, `REQUIRED`, and `REPEATED` (string, default: `NULLABLE`)
127128
- **fields (x) **: Describes the nested schema fields if the type property is set to RECORD. Please note that this is **required** for `RECORD` column.
128129
- **timestamp_format**: timestamp format to convert into/from `timestamp` (string, default is `default_timestamp_format`)

0 commit comments

Comments
 (0)