mobuchowski commented on code in PR #31293:
URL: https://github.com/apache/airflow/pull/31293#discussion_r1200489822
##########
tests/providers/google/cloud/operators/test_bigquery.py:
##########
@@ -641,6 +650,140 @@ def test_bigquery_operator_defaults(self, mock_hook,
create_task_instance_of_ope
ti.render_templates()
assert isinstance(ti.task.sql, str)
+
@mock.patch("airflow.providers.google.cloud.operators.bigquery.BigQueryHook")
Review Comment:
Added test, but checking for run facet.
--
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]