-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Add Trigger DAG UI with advance options #43367
base: main
Are you sure you want to change the base?
Conversation
@jscheffl Tried to cover many points. Still some points left.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some early bird comments - mostly beautifying and details. Don't take all of them too serious, rather as hints.
98d83cf
to
042947b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move this from inside components/DataTable
to components/TriggerDag
2fad497
to
e910c44
Compare
Oh you already rebased? How was moving your changes to chakra v3? |
@bbovenzi |
Ok. Let me know if you want me to pull the branch down and help with the rebase. |
e910c44
to
a9104d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small bug and a small nit... otherwise looks very good and from my point could be merged!
Thanks!
</Heading> | ||
{isPaused ? ( | ||
<Alert status="warning" title="Paused DAG"> | ||
You can not trigger a paused DAG, Unpause DAG to trigger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can not trigger a paused DAG, Unpause DAG to trigger | |
Dag is paused. Triggering will create a Dag run but it won't start until the Dag is unpaused. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, should we remove the disable trigger button on paused DAG? Since the wording let user trigger it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since, we have a title "Paused DAG"
Let's Include just "Triggering will create a Dag run but it won't start until the Dag is unpaused." in the subject ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ 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.rst
or{issue_number}.significant.rst
, in newsfragments.