Hi!
We’re using GE with Bigquery and just migrated from the Batch API v2 to v3.
Previously it was possible to provide the bigquery_temp_table
variable within the batch_kwargs
to not have temporary tables created in BQ by GE and instead use already set-up tables.
Is this behavior still supported in v3? (For now we’re using create_temp_table: false
)