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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]