dimberman commented on a change in pull request #11478:
URL: https://github.com/apache/airflow/pull/11478#discussion_r503642235



##########
File path: provider_packages/refactor_provider_packages.py
##########
@@ -650,6 +650,14 @@ def odbc_package_filter(node: LN, capture: Capture, 
filename: Filename) -> bool:
             rename("airflow.providers.odbc.utils.helpers")
         )
 
+    def refactor_kubernetes_pod_operator(self):
+        (
+            self.qry.
+            select_class("airflow.kubernetes.pod_generator.PodGenerator").
+            select_method("add_xcom_sidecar").
+            rename("add_sidecar")
+        )
+

Review comment:
       @kaxil oof thanks :)




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


Reply via email to