Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 637d3c3

Browse filesBrowse files
IronistMengelke
authored andcommitted
Typo in comoser_sample_bq_copy_across_locations (GoogleCloudPlatform#1950)
1 parent 676ed9d commit 637d3c3
Copy full SHA for 637d3c3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎composer/workflows/bq_copy_across_locations.py

Copy file name to clipboardExpand all lines: composer/workflows/bq_copy_across_locations.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.