Skip to content

Commit a984f0d

Browse files
authored
Merge pull request #85 from mtsmfm/patch-1
Fix typo
2 parents 3d99b7b + e3a3f46 commit a984f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Following options are same as [bq command-line tools](https://cloud.google.com/b
107107
| time_partitioning.type | string | required | nil | The only type supported is DAY, which will generate one partition per day based on data loading time. |
108108
| time_partitioning.expiration_ms | int | optional | nil | Number of milliseconds for which to keep the storage for a partition. |
109109
| time_partitioning.field | string | optional | nil | `DATE` or `TIMESTAMP` column used for partitioning |
110-
| time_partitioning.requirePartitionFilter | boolean | optional | nil | If ture, valid partition filter is required when query |
110+
| time_partitioning.requirePartitionFilter | boolean | optional | nil | If true, valid partition filter is required when query |
111111
| schema_update_options | array | optional | nil | (Experimental) List of `ALLOW_FIELD_ADDITION` or `ALLOW_FIELD_RELAXATION` or both. See [jobs#configuration.load.schemaUpdateOptions](https://cloud.google.com/bigquery/docs/reference/v2/jobs#configuration.load.schemaUpdateOptions). NOTE for the current status: `schema_update_options` does not work for `copy` job, that is, is not effective for most of modes such as `append`, `replace` and `replace_backup`. `delete_in_advance` deletes origin table so does not need to update schema. Only `append_direct` can utilize schema update. |
112112

113113
### Example

0 commit comments

Comments
 (0)