jscheffl commented on code in PR #65469:
URL: https://github.com/apache/airflow/pull/65469#discussion_r3330279050


##########
airflow-core/src/airflow/example_dags/example_params_ui_tutorial.py:
##########
@@ -93,6 +93,15 @@
             description="Please select a date and time, use the button on the 
left for a pop-up calendar.",
             section="Typed parameters with Param object",
         ),
+        # Durations are also Supported support for ISO 8601
+        "duration": Param(
+            "PT15M",
+            type="string",
+            format="duration",
+            title="Duration Picker",

Review Comment:
   Very nit: This field renders as a text field, so "picker" is not displayed. 
Maybe:
   ```suggestion
               title="Duration definition",
   ```



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