john-jac opened a new pull request #18211: URL: https://github.com/apache/airflow/pull/18211
Support all Unix wildcards in S3KeySensor This addresses issue 15538 by expanding the regular expression to include all possible wildcard input to fnmatch: previously: re.split(r'[*]' now: re.split(r'[\[\*\?]' closes: #15538 -- 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]
