ferruzzi commented on PR #51698: URL: https://github.com/apache/airflow/pull/51698#issuecomment-2985639703
Were you able to test this at all? I'm getting failures because the current dag code still only accepts a single deadline, not a list yet. https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/models/dag.py#L377 Pretty sure this can't work as written until the dag model is adjusted to accept a list of deadlines? -- 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]
