bbovenzi commented on code in PR #44822:
URL: https://github.com/apache/airflow/pull/44822#discussion_r1878628068


##########
airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx:
##########
@@ -204,6 +204,21 @@ const TriggerDAGForm: React.FC<TriggerDAGFormProps> = ({
                   </Box>
                 )}
               />
+
+              <Text fontSize="md" mb={2} mt={6}>
+                Notes
+              </Text>
+              <Controller
+                control={control}
+                name="notes"
+                render={({ field }) => (
+                  <Input
+                    {...field}
+                    placeholder="Optional- Provide context for triggering this 
DAG run (e.g., 'Testing feature X', 'Backfilling data for 2024-01-01')"

Review Comment:
   I don't think the placeholder is needed. Everything else is optional too.



-- 
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]

Reply via email to