dheerajturaga commented on code in PR #61047:
URL: https://github.com/apache/airflow/pull/61047#discussion_r2744529891


##########
airflow-ctl/src/airflowctl/ctl/cli_config.py:
##########
@@ -621,6 +621,16 @@ def _get_func(args: Namespace, api_operation: dict, 
api_client: Client = NEW_API
 
             if datamodel:
                 if datamodel_param_name:
+                    # Special handling for TriggerDAGRunPostBody: default 
logical_date to now
+                    # This matches the Airflow UI behavior where the form 
pre-fills with current time
+                    if (

Review Comment:
   Sure! that's a good idea. I would like to address this in a follow up :) 
   Will need to re-think and probably put some unit tests in aswell



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