PApostol commented on a change in pull request #20838:
URL: https://github.com/apache/airflow/pull/20838#discussion_r784108849
##########
File path: airflow/cli/cli_parser.py
##########
@@ -162,6 +162,11 @@ def _check(value):
return _check
+def string_list_type(val):
+ """Splits comma-separated list and returns the lists (strips whitespace)"""
Review comment:
Perhaps you mean "Splits comma-separated _string_ and returns the result
_in a list_"?
--
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]