uranusjr opened a new pull request #22683: URL: https://github.com/apache/airflow/pull/22683
Since a taskflow @task is mapped differently from classic operator classes, we missed applying DAG and task group level arguments to it. This adds that (and a couple of tests for make sure it sticks). A small refactoring is also introduced to merge the two default extraction functions into one because we don't really need two of them; they are always used together. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
