pbhuss commented on issue #32920: URL: https://github.com/apache/airflow/issues/32920#issuecomment-1655935243
After digging a bit more, I believe I may have described the issue incorrectly. The issue is that `apache-airflow-providers-amazon==8.3.1` is not compatible with `apache-airflow-providers-google==10.0.0`, which is the version of those providers provided by the Astro Runtime 8.8.0 image. It requires `apache-airflow-providers-google>=10.3.0` which is the version when `match_glob` was added to `GCSHook.list` https://github.com/apache/airflow/blob/providers-google/10.3.0/airflow/providers/google/cloud/hooks/gcs.py#L713 -- 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]
