bbovenzi commented on code in PR #64211:
URL: https://github.com/apache/airflow/pull/64211#discussion_r2989246970
##########
airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx:
##########
@@ -58,21 +60,30 @@ type TriggerDAGFormProps = {
const TriggerDAGForm = ({
dagDisplayName,
dagId,
+ error: submitErrorOverride,
hasSchedule,
isPartitioned,
isPaused,
+ isPending: isPendingOverride,
onClose,
+ onSubmitTrigger,
Review Comment:
If we stay with materialize and trigger being two different actions then I
think we should remove the direct `useTrigger` API call from this component.
Then we don't need any overrides.
Only keeping pause toggle when submitting
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]