josh-fell commented on a change in pull request #20329:
URL: https://github.com/apache/airflow/pull/20329#discussion_r770143718
##########
File path: airflow/providers/google/cloud/operators/bigquery.py
##########
@@ -1158,22 +1156,29 @@ def __init__(
skip_leading_rows = 0
if not field_delimiter:
field_delimiter = ","
+ if not destination_project_dataset_table:
+ raise ValueError(
+ "`destination_project_dataset_table` is required when "
"not using `table_resource`."
Review comment:
```suggestion
"`destination_project_dataset_table` is required when
not using `table_resource`."
```
Small string cleanup.
--
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]