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


##########
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:
   yes but it's not consistent with how we name parameters.
   I think it should be `auto_detect` and we should also fix this in the hook 
as well
   but I'll leave to the GCP experts to decide on that.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to