Limess commented on issue #31014:
URL: https://github.com/apache/airflow/issues/31014#issuecomment-1531393797
```
Param(
[],
description="An explicit list of date strings to run on.",
type=["null", "array"],
minItems=0,
),
```
resolves this and seems to be what I want, with a slight change of behaviour
(results in an empty list rather than None when unset).
--
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]