Run DB check only for core components in prod entrypoint#63413
Run DB check only for core components in prod entrypoint#63413shaealh wants to merge 2 commits intoapache:mainfrom
Conversation
|
Very nice ! Thank you :) |
|
Let's see if CI agrees :D |
|
Somethig wrong - likely the check is somewhat wrong - the logs of failing tests can be downloaded as artifacts @shaealh |
|
@shaealh This PR has been converted to draft because it does not yet meet our Pull Request quality criteria. Issues found:
What to do next:
Converting a PR to draft is not a rejection — it is an invitation to bring the PR up to the project's standards so that maintainer review time is spent productively. If you have questions, feel free to ask on the Airflow Slack. |
c41712d to
2b96661
Compare
|
Thank you @potiuk, fixed the issue and marked the PR as "Ready for review" |
1e796ef to
4bd735c
Compare
|
Cannot merge, need reviewer to confirm and merge |
a36c7c3 to
a12a3e0
Compare
Closes #60271
Restrict entrypoint DB check to scheduler, dag-processor, triggerer, and api-server. Skip DB check for worker/task/interactive commands to avoid direct metadata DB dependency in worker pods.