SkanderD1999 commented on issue #66492: URL: https://github.com/apache/airflow/issues/66492#issuecomment-4449781023
I tested this on the current Apache Airflow main branch using the official Docker Compose setup on Windows 11. I understand the original report was made on Astronomer Runtime 3.1.7 with jsonschema 4.23.0 and Python 3.10, so my environment is not exactly the same. I created a test DAG with a `Param` using `format="time"` and triggered it from the Airflow UI. In my test, the time picker still displayed the value without a visible seconds field. For example, it showed `07:30 PM` in the trigger form. However, after submitting the form, the DAG was triggered successfully and I did not get the `400 Bad Request` validation error. Environment: - Apache Airflow: current main branch - Deployment: official Docker Compose setup - OS: Windows 11 - Browser: Chrome Result: I could not reproduce the validation failure on current main. The UI still does not show a seconds field, but the trigger succeeds successfully. <img width="1810" height="923" alt="Image" src="https://github.com/user-attachments/assets/639cb392-7925-40a0-8140-a107acd3c318" /> <img width="2048" height="575" alt="Image" src="https://github.com/user-attachments/assets/191ff17e-4e4a-463d-b248-12b77325a6f8" /> -- 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]
