Skip to content

Commit

Permalink
[AIRFLOW-XXXX] Typo in example_bigquery DAG (#7429)
Browse files Browse the repository at this point in the history
[AIRFLOW-XXXX] Typo in example_bigquery DAG
  • Loading branch information
ryanyuan authored Feb 17, 2020
1 parent 1a6b6cb commit 5b199cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
)

get_data_result = BashOperator(
task_id="get_data_result", bash_command="echo \"{{ task_instance.xcom_pull('get-data') }}\""
task_id="get_data_result", bash_command="echo \"{{ task_instance.xcom_pull('get_data') }}\""
)

create_external_table = BigQueryCreateExternalTableOperator(
Expand Down

0 comments on commit 5b199cb

Please sign in to comment.
  翻译: