airflow icon indicating copy to clipboard operation
airflow copied to clipboard

mark dag_run and ti as automatically injected

Open ZeeD opened this issue 5 months ago • 10 comments

Allow the usage of the mypy plugins to typecheck the @task annotated tasks. With this change it will be possible to avoid mypy complains when definiing a task like in https://airflow.apache.org/docs/apache-airflow/stable/tutorial/taskflow.html#accessing-context-variables-in-decorated-tasks with ti as an automatically injected parameter.


^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

ZeeD avatar Sep 09 '24 13:09 ZeeD