You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/01 11:10:11 UTC

[GitHub] [airflow] BasPH commented on pull request #24733: Add support for multiple cron expressions in schedule_interval

BasPH commented on PR #24733:
URL: https://github.com/apache/airflow/pull/24733#issuecomment-1172230918

   @uranusjr Added support for sets (& tuples). Didn't set the type to `Collection` though because that also includes dicts, which is not supported. Since there's no special type for Collections expect dicts (as far as I know?) the type is now `Union[List[str], Set[str], Tuple[str, ...]]`, does that work for you?


-- 
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