josh-fell commented on code in PR #36268:
URL: https://github.com/apache/airflow/pull/36268#discussion_r1429239828
##########
airflow/providers/cncf/kubernetes/operators/spark_kubernetes.py:
##########
@@ -59,7 +59,7 @@ class SparkKubernetesOperator(BaseOperator):
def __init__(
self,
*,
- application_file: str | dict,
Review Comment:
Just curious, would users have passed `application_file` as a `dict` before
or did it just not work previously? I'm just thinking of any backwards compat
issues here albeit potentially small.
--
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]