Skip to content

Commit d656404

Browse files
committed
syntax error
1 parent 99fd154 commit d656404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/census-data-airflow-bigframes/census_to_bigquery_split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def validate_and_write(task_instance):
144144

145145
cleanup_preprocess_table = BigQueryDeleteTableOperator(
146146
task_id="cleanup_preprocess_table",
147-
deletion_dataset_table="{{ task_instance.xcom_pull(task_ids='bf_preprocess', key='census_preprocessed_table' }}",
147+
deletion_dataset_table="{{ task_instance.xcom_pull(task_ids='bf_preprocess', key='census_preprocessed_table') }}",
148148
# Always execute, even if the previous task failed.
149149
# https://stackoverflow.com/a/44441890/101923
150150
trigger_rule="all_done",

0 commit comments

Comments
 (0)