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 11:32:09 UTC

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

chethanuk-plutoflume commented on code in PR #26664:
URL: https://github.com/apache/airflow/pull/26664#discussion_r981120236


##########
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:
   Indeed, while trying to fix one test, messed up other



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