hussein-awala commented on PR #30300:
URL: https://github.com/apache/airflow/pull/30300#issuecomment-1484112434
The test failure is not related to this change:
```
airflow-worker_1 | [2023-03-26 11:15:34,422: ERROR/ForkPoolWorker-2]
Failed to bag_dag:
/home/airflow/.local/lib/python3.7/site-packages/airflow/example_dags/example_params_ui_tutorial.py
airflow-worker_1 | Traceback (most recent call last):
airflow-worker_1 | File
"/home/airflow/.local/lib/python3.7/site-packages/airflow/models/dagbag.py",
line 437, in _process_modules
airflow-worker_1 | dag.validate()
airflow-worker_1 | File
"/home/airflow/.local/lib/python3.7/site-packages/airflow/models/dag.py", line
668, in validate
airflow-worker_1 | self.params.validate()
airflow-worker_1 | File
"/home/airflow/.local/lib/python3.7/site-packages/airflow/models/param.py",
line 243, in validate
airflow-worker_1 | raise ParamValidationError(f"Invalid input for
param {k}: {ve}") from None
airflow-worker_1 | airflow.exceptions.ParamValidationError: Invalid
input for param date_time: '2023-03-26 12:17:00' is not a 'date-time'
airflow-worker_1 |
airflow-worker_1 | Failed validating 'format' in schema:
airflow-worker_1 | {'format': 'date-time', 'title': 'Date-Time
Picker', 'type': 'string'}
airflow-worker_1 |
airflow-worker_1 | On instance:
airflow-worker_1 | '2023-03-26 12:17:00'
```
It was fixed by @potiuk in #29395, but it seems like prod image doesn't
consider this fix.
--
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]