Description Usage Arguments Value See Also
Please use api-job instead.
1 2 3 | insert_query_job(query, project, destination_table = NULL,
default_dataset = NULL, create_disposition = "CREATE_IF_NEEDED",
write_disposition = "WRITE_EMPTY", use_legacy_sql = TRUE, ...)
|
query |
SQL query string |
destination_table |
(optional) destination table for large queries,
either as a string in the format used by BigQuery, or as a list with
|
default_dataset |
(optional) default dataset for any table references in
|
create_disposition |
behavior for table creation.
defaults to |
write_disposition |
behavior for writing data.
defaults to |
use_legacy_sql |
(optional) set to |
a job resource list, as documented at https://developers.google.com/bigquery/docs/reference/v2/jobs
API documentation for insert method: https://developers.google.com/bigquery/docs/reference/v2/jobs/insert
Other jobs: get_job
,
insert_extract_job
,
insert_upload_job
, wait_for
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.