Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gdevanla
Created January 31, 2020 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdevanla/3fb2552c6e8aa0c46b96ab8367a15e93 to your computer and use it in GitHub Desktop.
Save gdevanla/3fb2552c6e8aa0c46b96ab8367a15e93 to your computer and use it in GitHub Desktop.
#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