Beta features
[1.3.18] Table To Table : GBQ table delete task
New delete_gbq_table
task type available.
Task configuration example:
Note that the partition decorator '$' will work with this task:
time partitioned table name:
my_table$20240123
integer partitioned table name:
my_table$27
[1.3.18] Table To Table : copy table task write disposition mode
You can now specify the BigQuery write disposition in a copy table task.
Last updated