Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-4731] Broken get_bucket kwarg in GCS hook #5368

Merged
merged 2 commits into from
Jun 10, 2019
Merged

[AIRFLOW-4731] Broken get_bucket kwarg in GCS hook #5368

merged 2 commits into from
Jun 10, 2019

Commits on Jun 5, 2019

  1. [AIRFLOW-4731] Broken get_bucket kwarg in GCS hook

    google-storage-client 1.16 introduced a breaking change where the
    signature of client.get_bucket changed from (bucket_name) to
    (bucket_or_name). Calls with named arguments to this method now fail.
    This commit makes all calls positional to work around this.
    Gordon Ball committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    1475edc View commit details
    Browse the repository at this point in the history
  2. [AIRFLOW-4731] Note in GCS get_bucket in UPDATING.md

    Gordon Ball committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    488dc80 View commit details
    Browse the repository at this point in the history