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 2022/09/27 09:53:24 UTC

[GitHub] [airflow] GezimSejdiu commented on a diff in pull request #26664: Adding Flink on K8s Operator #9134

GezimSejdiu commented on code in PR #26664:
URL: https://github.com/apache/airflow/pull/26664#discussion_r981024827


##########
airflow/providers/cncf/kubernetes/sensors/spark_kubernetes.py:
##########
@@ -101,10 +101,11 @@ def poke(self, context: Context) -> bool:
         response = self.hook.get_custom_object(
             group=self.api_group,
             version=self.api_version,
-            plural="sparkapplications",
+            plural="flinkDeployments",

Review Comment:
   I assume this was done by mistake. It should still stay `sparkapplications`.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org