Tofull opened a new pull request #13851: URL: https://github.com/apache/airflow/pull/13851
`google_cloud_storage_conn_id` parameter has been deprecated by `GCSHook`, and should be replaced by `gcp_conn_id` parameter. `google_cloud_storage_conn_id` was still in use in many Operators. `GCSHook` renders a `DeprecationWarning` message everytime one of those operators uses `google_cloud_storage_conn_id`. This PR avoid triggering `DeprecationWarning` when using `GCSHook` in the codebase. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
