We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958af6e commit 6b5991eCopy full SHA for 6b5991e
composer/2022_airflow_summit/data_analytics_process_test.py
@@ -173,4 +173,4 @@ def test_process(test_dataproc_batch):
173
print(test_dataproc_batch)
174
175
# check that the results table is there now
176
- assert BQ_CLIENT.get_table(f"{BQ_DATASET}.{BQ_WRITE_TABLE}").num_rows > 0
+ assert BQ_CLIENT.get_table(f"{BQ_DATASET}.{BQ_WRITE_TABLE}").num_rows > 0
0 commit comments