You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/04 07:50:09 UTC

[GitHub] [airflow] hankehly commented on a diff in pull request #22710: Add autodetect arg in BQCreateExternalTable Operator

hankehly commented on code in PR #22710:
URL: https://github.com/apache/airflow/pull/22710#discussion_r841455146


##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -964,6 +964,9 @@ class BigQueryCreateExternalTableOperator(BaseOperator):
     :param schema_object: If set, a GCS object path pointing to a .json file that
         contains the schema for the table. (templated)
     :param source_format: File format of the data.
+    :param autodetect: Try to detect schema and format options automatically.

Review Comment:
   Thanks for the review. I went with `autodetect` because the hook and [bq command-line tool](https://cloud.google.com/bigquery/docs/schema-detect) that form.



-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@airflow.apache.org

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