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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
