Created
January 31, 2020 21:43
-
-
Save gdevanla/3fb2552c6e8aa0c46b96ab8367a15e93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://bcb.github.io/airflow/execute-context | |
from airflow.models import TaskInstance | |
ti=TaskInstance(task=t, execution_date=datetime.datetime.now()) | |
ti.get_template_context() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment