attilaszombati commented on code in PR #30961:
URL: https://github.com/apache/airflow/pull/30961#discussion_r1181942562
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -1429,8 +1428,9 @@ class
BigQueryCreateExternalTableOperator(GoogleCloudBaseOperator):
:param table_resource: Table resource as described in documentation:
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#Table
If provided all other parameters are ignored. External schema from
object will be resolved.
- :param schema_object: If set, a GCS object path pointing to a .json file
that
- contains the schema for the table. (templated)
+ :param gcs_schema_object: Full path to the JSON file containing
Review Comment:
@pankajastro I managed to find a way to make make it without a breaking
change. Could you take a look at it?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]