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.
comoser_sample_bq_copy_across_locations
1 parent 676ed9d commit 637d3c3Copy full SHA for 637d3c3
composer/workflows/bq_copy_across_locations.py
@@ -125,7 +125,7 @@ def read_table_list(table_list_file):
125
# Any task you create within the context manager is automatically added to the
126
# DAG object.
127
with models.DAG(
128
- 'comoser_sample_bq_copy_across_locations',
+ 'composer_sample_bq_copy_across_locations',
129
default_args=default_args,
130
schedule_interval=None) as dag:
131
start = dummy_operator.DummyOperator(
0 commit comments