amoghrajesh commented on code in PR #67118:
URL: https://github.com/apache/airflow/pull/67118#discussion_r3308519133
##########
providers/apache/spark/src/airflow/providers/apache/spark/operators/spark_submit.py:
##########
@@ -184,9 +207,14 @@ def __init__(
self._conn_id = conn_id
self._use_krb5ccache = use_krb5ccache
+ self.reconnect_on_retry = reconnect_on_retry
self._openlineage_inject_parent_job_info =
openlineage_inject_parent_job_info
self._openlineage_inject_transport_info =
openlineage_inject_transport_info
+ # Generic key used across all Spark deployment modes (standalone driver ID,
+ # YARN application ID, K8s driver pod name).
+ external_id_key = "spark_job_id"
Review Comment:
Good point, making that fix
--
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]