You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/13 03:13:30 UTC

[GitHub] [airflow] dimberman commented on a change in pull request #11478: backport for add_xcom_sidecar

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:
users@infra.apache.org