From bc7e997bef14575b1550f5c6d612b415e2a72e22 Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Tue, 27 Jul 2021 12:51:04 +0100 Subject: [PATCH] Fix static checks --- .../providers/cncf/kubernetes/operators/spark_kubernetes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py b/airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py index 8be6757308243..9779292dffb67 100644 --- a/airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py +++ b/airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py @@ -29,7 +29,8 @@ class SparkKubernetesOperator(BaseOperator): For more detail about Spark Application Object have a look at the reference: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/v1beta2-1.1.0-2.4.5/docs/api-docs.md#sparkapplication - :param application_file: Defines Kubernetes 'custom_resource_definition' of 'sparkApplication' as either a path to a '.json' file or a JSON string. + :param application_file: Defines Kubernetes 'custom_resource_definition' of 'sparkApplication' as either a + path to a '.json' file or a JSON string. :type application_file: str :param namespace: kubernetes namespace to put sparkApplication :type namespace: str