Replies: 2 comments 2 replies
-
I think you are trying to build too much in Airflow - making it "review tool" is not what it is intended for. I think the best approach you might want to do is to write your own UI for that, or plug it in existing CI tool you have where you can use REST API to read/manage state of those DAGs and possibly link to Airlfow UI. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @AVMusorin Is this changed got merged ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I find useful to have separate permissions for a dag to set a dag in pause/unpause and trigger it. For example, in my work pipeline I need to review dags, and by default Airflow can set them paused. Then after a review I want to set them unpaused and allow other users to trigger it, but these users shouldn't set it unpaused by themselves.
What could you advise? To add an action like
can_pause
seems out of the ordinary.Related issues:
Beta Was this translation helpful? Give feedback.
All reactions