Natielle commented on issue #32727: URL: https://github.com/apache/airflow/issues/32727#issuecomment-1668720292
Hello @yvesmarinho! I ran one demo to filter objects from google storage and seems okay for me! In my demo worked the match_glob. Is your extensionType correct? I think that this `'**/*/.csv'` should be this `'**/*.csv'` Another point is: the match_glob should be `match_glob = bucketPath + filePreffix + extensionType` -- 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]
