eskarimov edited a comment on pull request #17446: URL: https://github.com/apache/airflow/pull/17446#issuecomment-946657445
@uranusjr thank you so much for triggering the tests - I've missed the static code checks unfortunately, so I had to fix failed checks (and also properly setup pre-commit hooks to avoid such mistakes in the future). The test `Build and test provider packages wheel` is going to fail, particularly job `Install and test provider packages and airflow on Airflow 2.1 files`, as some packages using [`GCSHook`](https://github.com/apache/airflow/blob/e2d6266ef9109e541babbb734c722d2204f31365/airflow/providers/google/cloud/hooks/gcs.py#L117) depend on [`normalize_directory_path()`](https://github.com/apache/airflow/blob/e2d6266ef9109e541babbb734c722d2204f31365/airflow/providers/google/cloud/hooks/gcs.py#L42), which have moved to `airflow.utils.helpers` in this PR. -- 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]
