Skip to content

Commit bd2a748

Browse files
committed
Update document
1 parent 06a6476 commit bd2a748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ OAuth flow for installed applications.
5454
| gcs_bucket | string | optional | nil | See [GCS Bucket](#gcs-bucket) |
5555
| auto_create_gcs_bucket | boolean | optional | false | See [GCS Bucket](#gcs-bucket) |
5656
| progress_log_interval | float | optional | nil (Disabled) | Progress log interval. The progress log is disabled by nil (default). NOTE: This option may be removed in a future because a filter plugin can achieve the same goal |
57+
| description | string | optional | nil | description of table |
5758

5859
Client or request options
5960

@@ -316,6 +317,7 @@ Column options are used to aid guessing BigQuery schema, or to define conversion
316317
- json: `STRING`, `RECORD` (default: `STRING`)
317318
- **mode**: BigQuery mode such as `NULLABLE`, `REQUIRED`, and `REPEATED` (string, default: `NULLABLE`)
318319
- **fields**: Describes the nested schema fields if the type property is set to RECORD. Please note that this is **required** for `RECORD` column.
320+
- **description**: description (string, default is `None`).
319321
- **timestamp_format**: timestamp format to convert into/from `timestamp` (string, default is `default_timestamp_format`)
320322
- **timezone**: timezone to convert into/from `timestamp`, `date` (string, default is `default_timezone`).
321323
- **default_timestamp_format**: default timestamp format for column_options (string, default is "%Y-%m-%d %H:%M:%S.%6N")

0 commit comments

Comments
 (0)