shahar1 commented on issue #32650: URL: https://github.com/apache/airflow/issues/32650#issuecomment-1704386375
@A-Costa Hey, if you're still working on it - I'd be happy to assist (disclosure: I introduced the `match_glob` to the GCS hook). As Elad suggested - I think that it makes sense to first deprecate `GCSObjectsWithPrefixExistenceSensor` in favor of `GCSObjectExistenceSensor`, as the former is a private case of the latter. Then, introducing the `match_glob` to the `GCSObjectExistenceSensor` sensor shouldn't be too much work :) When you have time - try to come up with an initial PR and I could give you some feedback. -- 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]
