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
Namely, adding in something about operationType = "SNAPSHOT" in docs for bq_perform_copy (arg name operation_type) and likely destinationExpirationTime. Would this operation be useful to put in bigrquery?
If so, I'm not sure the best course of action, but the options are:
Added documentation of arguments (in ...) for bq_table_copy
We want to make snapshots/backups of our tables, which is available via: https://cloud.google.com/bigquery/docs/table-snapshots-create#api.
Namely, adding in something about
operationType = "SNAPSHOT"
in docs forbq_perform_copy
(arg nameoperation_type
) and likelydestinationExpirationTime
. Would this operation be useful to put inbigrquery
?If so, I'm not sure the best course of action, but the options are:
...
) forbq_table_copy
bq_table_copy
(may cause confusion), but we can map all the options from https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfigurationTableCopy, with defaultCOPY
bq_table_copy
(or tell users to do that.I'd be happy to discuss these options, but wanted to gauge interest before doing any work on a PR.
The text was updated successfully, but these errors were encountered: