shubhamraj-git commented on code in PR #44822:
URL: https://github.com/apache/airflow/pull/44822#discussion_r1878630945
##########
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:
Rational behind was sometimes user get overwhelm by what to write and leaves
it empty, so thought to give them idea, what do you think?
--
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]