tirkarthi commented on issue #48629: URL: https://github.com/apache/airflow/issues/48629#issuecomment-2769707779
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`. 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]
