You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/12 23:04:33 UTC

[GitHub] [airflow] turbaszek edited a comment on issue #12329: GCSToBigQueryOperator - allow upload to existing table without specifying schema_fields/schema_object

turbaszek edited a comment on issue #12329:
URL: https://github.com/apache/airflow/issues/12329#issuecomment-726395251


   While this sounds like a good idea, I would recommend using `BigQueryInsertJobOperator` with load job type (https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationload). This operator is closest to the BigQuery API and allows whole possibility of customisations (via job config).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org