Skip to content

Commit

Permalink
SparkSubmitOperator: rename spark_conn_id to conn_id (#31952)
Browse files Browse the repository at this point in the history
  • Loading branch information
enchant3dmango committed Jun 16, 2023
1 parent bdfebad commit 6becb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/operators/spark_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SparkSubmitOperator(BaseOperator):
:param application: The application that submitted as a job, either jar or py file. (templated)
:param conf: Arbitrary Spark configuration properties (templated)
:param spark_conn_id: The :ref:`spark connection id <howto/connection:spark>` as configured
:param conn_id: The :ref:`spark connection id <howto/connection:spark>` as configured
in Airflow administration. When an invalid connection_id is supplied, it will default to yarn.
:param files: Upload additional files to the executor running the job, separated by a
comma. Files will be placed in the working directory of each executor.
Expand Down

0 comments on commit 6becb70

Please sign in to comment.