anmolxlight commented on code in PR #68557:
URL: https://github.com/apache/airflow/pull/68557#discussion_r3510307754


##########
providers/google/src/airflow/providers/google/cloud/hooks/kubernetes_engine.py:
##########
@@ -76,7 +76,7 @@ def get_conn(self) -> client.ApiClient:
         configuration = self._get_config()
         configuration.refresh_api_key_hook = self._refresh_api_key_hook
         if self.enable_tcp_keepalive:
-            _enable_tcp_keepalive()
+            _enable_tcp_keepalive(configuration)

Review Comment:
   Done — appended `# use next version` to the version line in 
`pyproject.toml`. Also made `_enable_tcp_keepalive` public as suggested, so the 
version bump is warranted.



-- 
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]

Reply via email to