GitHub user potiuk added a comment to the discussion: How to access dag_run context in @task.docker decorated task?
task in docker is executed in ... docker. Context is not passed to inside docker running in different containers - because it would have to be serialized and you'd have to have airflow installed in your container GitHub link: https://github.com/apache/airflow/discussions/43158#discussioncomment-11034950 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
