You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| destination_project | string | optional |`project` value | A destination project to which the data will be loaded. Use this if you want to separate a billing project (the `project` value) and a destination project (the `destination_project` value). |
36
37
| dataset | string | required || dataset |
37
38
| location | string | optional | nil | geographic location of dataset. See [Location](#location)|
38
39
| table | string | required || table name, or table name with a partition decorator such as `table_name$20160929`|
@@ -78,6 +79,13 @@ Options for intermediate local files
78
79
| delete_from_local_when_job_end | boolean | optional | true | If set to true, delete generate local files when job is end |
79
80
| compression | string | optional | "NONE" | Compression of local files (`GZIP` or `NONE`) |
80
81
82
+
83
+
Options for intermediate tables on BigQuery
84
+
85
+
| name | type | required? | default | description |
0 commit comments