-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli | airflow dags unpause - fail cause not founding dags #38834
Labels
Comments
raphaelauv
added
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
labels
Apr 8, 2024
I could work on this! |
ephraimbuddy
pushed a commit
that referenced
this issue
Jul 1, 2024
…sing (#40345) closes: #38834 #38265 added bulk pause and resume of DAGs. However, this PR seems to reuse the cli util method that collects DAGs from the default dag folder but not from the metadata DB. Hence, this would cause the unpause command to fail on environments where the dag folder is missing.
2 tasks
utkarsharma2
pushed a commit
that referenced
this issue
Jul 2, 2024
…sing (#40345) closes: #38834 #38265 added bulk pause and resume of DAGs. However, this PR seems to reuse the cli util method that collects DAGs from the default dag folder but not from the metadata DB. Hence, this would cause the unpause command to fail on environments where the dag folder is missing. (cherry picked from commit e3d62c3)
ephraimbuddy
pushed a commit
that referenced
this issue
Jul 2, 2024
…sing (#40345) closes: #38834 #38265 added bulk pause and resume of DAGs. However, this PR seems to reuse the cli util method that collects DAGs from the default dag folder but not from the metadata DB. Hence, this would cause the unpause command to fail on environments where the dag folder is missing. (cherry picked from commit e3d62c3)
35 tasks
romsharon98
pushed a commit
to romsharon98/airflow
that referenced
this issue
Jul 26, 2024
…sing (apache#40345) closes: apache#38834 apache#38265 added bulk pause and resume of DAGs. However, this PR seems to reuse the cli util method that collects DAGs from the default dag folder but not from the metadata DB. Hence, this would cause the unpause command to fail on environments where the dag folder is missing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache Airflow version
2.9.0
If "Other Airflow 2 version" selected, which one?
No response
What happened?
in 2.8.4
running
airflow dags unpause XXX
in a container not having access to the airflow dags files was workingin 2.9.0 it fail with
so I need to run the cmd from a container having access to the dag files
is that normal ?
What you think should happen instead?
No response
How to reproduce
run airflow dags unpause from a container not having access to the airlfow dags files
Operating System
ubuntu 22.04
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: