Limess commented on issue #31014:
URL: https://github.com/apache/airflow/issues/31014#issuecomment-1531390225
When I try to simplify it and change to `type="array"` I get other errors,
not sure what the correct syntax is for an optional list param:
```
Broken DAG:
[/opt/airflow/dags/signal_ai/data_platform/articles/offline_processing_articles_update_chunked_store.py]
ParamValidationError: Invalid input for param dates: None is not of type
'array'
Failed validating 'type' in schema:
{'type': 'array'}
On instance:
None
```
--
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]