gopidesupavan commented on PR #42081: URL: https://github.com/apache/airflow/pull/42081#issuecomment-2408698272
@potiuk It appears that this PR needs to be initiated from the Apache repository, or it should be someone with committer privileges. The PR involves modifications in the `dev/breeze` and `dev/tests_common/test_utils/compat.py` sections, but it seems that the CI process is overriding these scripts with those from the main branch, which could be causing some issues. Here it is removing https://github.com/apache/airflow/actions/runs/11308098408/job/31450591466#step:4:219 https://github.com/apache/airflow/pull/42081/files#diff-cbadf25516149c7fe3d19e45b5b03789f4bb93bd6d837eaa365dfd0ffb771a0fR55 For `dev/tests_common/test_utils/compat.py` have workaround but dont like this, i have imported operators with try/catch like this https://github.com/apache/airflow/pull/42081/files#diff-a842cdd5bcf15ce8859d6115b48853c3ac654701a3279bce73969be8922dbbe8R47. these imports can be replaced using compat. Any thoughts please ? -- 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]
