You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Taragolis (via GitHub)" <gi...@apache.org> on 2023/02/06 23:57:10 UTC

[GitHub] [airflow] Taragolis commented on pull request #29395: Fix validation of date-time field in API and Parameter schemas

Taragolis commented on PR #29395:
URL: https://github.com/apache/airflow/pull/29395#issuecomment-1419961594

   > it also adds validation to date-time fields validated by the Params of ours - for example naive date-time parameters are not supported any more (but they were in the past).
   
   I guess if we fix URI tests by this PR, we could use backward compatible version by attempt to fix Params: https://github.com/apache/airflow/pull/29374
   
   I've also found weird thing that data-time from UI DagRun send as "2020-01-02 03:04:05+00:00" param instead on "2020-01-02T03:04:05+00:00"


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org