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.
1 parent f94176b commit 372e699Copy full SHA for 372e699
airflow/example_dags/example_bash_operator.py
@@ -58,7 +58,7 @@
58
# [START howto_operator_bash_template]
59
also_run_this = BashOperator(
60
task_id='also_run_this',
61
- bash_command='echo "run_id={{ run_id }} | dag_run={{ dag_run }}"',
+ bash_command='echo "ti_key={{ task_instance_key_str }}"',
62
)
63
# [END howto_operator_bash_template]
64
also_run_this >> run_this_last
0 commit comments