Enable staging GCS loads on the BigQuery denormalized destination #8406
Labels
area/connectors
Connector related issues
connectors/destination/bigquery-denormalized
connectors/destinations-warehouse
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
It's well known that GCS staging loads to bigquery are much more performant (10x or more at times) than
INSERT
statements. While our Bigquery destination supports this, our Denormalized BigQuery destination does not. This ticket is concerned with supporting GCS staging uploads for the BigQuery Denormalized destination.Acceptance Criteria
The bigquery denormalized destination should have the option of using GCS staging as the ingestion mechanism, similar to what the standard BQ destination currently offers:

The text was updated successfully, but these errors were encountered: