Skip to content

Instantly share code, notes, and snippets.

@schrockn
Created October 12, 2019 20:49
Show Gist options
  • Save schrockn/7f63231f4df7b8bc90d60453693cdb79 to your computer and use it in GitHub Desktop.
Save schrockn/7f63231f4df7b8bc90d60453693cdb79 to your computer and use it in GitHub Desktop.
templated_command = """
{% for i in range(5) %}
echo "{{ ds }}"
{% endfor %}
"""
t3 = BashOperator(
task_id='templated',
bash_command=templated_command,
dag=dag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment