Jkhall81 commented on PR #60022: URL: https://github.com/apache/airflow/pull/60022#issuecomment-3703845441
I have verified that the logic changes in `airflow/assets/manager.py` successfully address the issue in #59337 by allowing asset updates to be qued for DAGs even when they are in a 'stale' state. But there are failures in the following tests: - `test_asset_listener_on_asset_changed_gets_calls` - `test_no_create_dag_runs_when_dag_disabled[active]` (across Postgres, MySQL, and Sqlite) These are negative tests designed to assert that stale DAGs are ignored. Since that behavior was changed in the PR, these assertions are now failing. If code change in the PR is accepted, then I can reverse the assertions of these four tests so the align with the fix. -- 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]
