tirkarthi opened a new pull request, #48632: URL: https://github.com/apache/airflow/pull/48632
closes #48629 This issue is that `task.get` is used instead of `task[Encoding.VAR]` which causes this to return always `None` for `max_active_tis_per_dag`. Use `task[Encoding.VAR]` similar to `owners`. https://github.com/apache/airflow/blob/3ec912eb8cdee9fa5e74466cdd6979c0e8fc8972/airflow-core/src/airflow/serialization/serialized_objects.py#L1957-L1965 -- 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]
