Taragolis commented on issue #34987: URL: https://github.com/apache/airflow/issues/34987#issuecomment-1766190590
That is not a part of Airflow core, this part of Community provider [`apache-airflow-providers-cncf-kubernetes`](https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/changelog.html). According provided stacktrace, you have a problem with `application_file` attribute, however [docstring](https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/_api/airflow/providers/cncf/kubernetes/operators/spark_kubernetes/index.html#airflow.providers.cncf.kubernetes.operators.spark_kubernetes.SparkKubernetesOperator) said that it expected path to the YAML/JSON (as part of Airflow templates) or YAML/JSON string. That mean previously it accidentally work as undocumented feature, however stop working after some release, I assume after this one https://github.com/apache/airflow/pull/29977. Feel free to [open a feature request](https://github.com/apache/airflow/issues/new?assignees=&labels=kind%3Afeature%2Cneeds-triage&projects=&template=feature_request.yml), or if you know how to add this functionality feel free to open a PR directly: - [Contributor's Quick Start](https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst#contributors-quick-start) - [Airflow Breeze](https://github.com/apache/airflow/blob/main/BREEZE.rst) - [TESTING](https://github.com/apache/airflow/blob/main/TESTING.rst) - [Static code checks](https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst#static-code-checks) -- 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]
