tnyz commented on issue #18638:
URL: https://github.com/apache/airflow/issues/18638#issuecomment-931587178
tested #17998
```
task = BigQueryCreateExternalTableOperator(
task_id="test",
table_resource=table_resource,
dag=dag,
bucket=None,
source_objects=None
)
```
we have to specify the required parameters (bucket, source_objects) to None
which is ugly but works
--
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]