guan404ming commented on code in PR #62711:
URL: https://github.com/apache/airflow/pull/62711#discussion_r2887179974
##########
airflow-core/src/airflow/ui/src/components/TriggerDag/TriggerDAGForm.tsx:
##########
@@ -80,8 +82,9 @@ const TriggerDAGForm = ({
dataIntervalEnd: "",
dataIntervalMode: "auto",
dataIntervalStart: "",
- // Default logical date to now, show it in the selected timezone
- logicalDate: dayjs().format(DEFAULT_DATETIME_FORMAT),
+ // Default logical date to now, show it in the selected timezone.
+ // For partitioned DAGs, logical date is not applicable.
Review Comment:
Thanks!
--
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]