Uh oh!
There was an error while loading. Please reload this page.
Revert "Decouple production executor warning in dags UI (#29609)" - #29922
Revert "Decouple production executor warning in dags UI (#29609)"#29922potiuk wants to merge 1 commit into
Conversation
potiuk
commented
Mar 5, 2023
Not sure why, but I think ##29609 broken pytest collection in main (looks like a circular import). For some reason it did not happen in the original PR. We should merge it (and find the cause) as both PRs started to fail with: For example here: https://github.com/apache/airflow/actions/runs/4333507290/jobs/7566768495 |
potiuk
commented
Mar 5, 2023
@o-nikolas - you will have to redo that one again and we need to carefully look at what was going on with the import. |
o-nikolas
commented
Mar 5, 2023
Interesting, I'll have to find the way to replicate the error on my end. Both my local testing and the PR didn't show the issue. I'll look on Monday. And thanks for the revert 👍 |
potiuk
commented
Mar 5, 2023
Yep. Strange. I need approval to merge it though :) |
potiuk
commented
Mar 5, 2023
I also added this one #29923 to clearer show when things like that happen (there will be separate job doing the test collection) and also allowing the other jobs in CI to continue even if collection fail. |
potiuk
commented
Mar 5, 2023
🙏 :) @o-nikolas |
potiuk
commented
Mar 5, 2023
Strange enough it did NOT fail in #29923 ... so I start thinking there could be some intermediate problem. |
potiuk
commented
Mar 5, 2023
I think it is a different thing - side-effect of argcomplete released few moments ago (which drags importlb upgrade with it). |
potiuk
commented
Mar 5, 2023
Confirmed. This is a regrression in importlib_metadata that will be fixed in upcoming celerly 5.3. Workaround is coming. |
potiuk
commented
Mar 5, 2023
(so no need to take a look @o-nikolas ) |
potiuk
commented
Mar 5, 2023
the right fix is here #29924 |
o-nikolas
commented
Mar 6, 2023
Nice, glad this worked out 😃 I was unavailable this weekend and only had a few mins to check this PR on my phone! |
This reverts commit 88ed20a.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.