Skip to content

Commit 637d3c3

Browse files
IronistMengelke
authored andcommitted
Typo in comoser_sample_bq_copy_across_locations (#1950)
1 parent 676ed9d commit 637d3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/workflows/bq_copy_across_locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def read_table_list(table_list_file):
125125
# Any task you create within the context manager is automatically added to the
126126
# DAG object.
127127
with models.DAG(
128-
'comoser_sample_bq_copy_across_locations',
128+
'composer_sample_bq_copy_across_locations',
129129
default_args=default_args,
130130
schedule_interval=None) as dag:
131131
start = dummy_operator.DummyOperator(

0 commit comments

Comments
 (0)