jscheffl commented on code in PR #44822:
URL: https://github.com/apache/airflow/pull/44822#discussion_r1879419525
##########
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:
Haha, funny compared to @jedcunningham I actually had exactly the reverse
opinion... I'd have removed the "Optional" and left the description what this
is for. But not critical. Headline is adjusted, so for me this also has
sufficient context now.
--
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]