seyoon-lim commented on code in PR #40757:
URL: https://github.com/apache/airflow/pull/40757#discussion_r1679157182


##########
airflow/providers/apache/spark/hooks/spark_submit.py:
##########
@@ -236,6 +257,8 @@ def _resolve_connection(self) -> dict[str, Any]:
             "deploy_mode": None,
             "spark_binary": self.spark_binary or DEFAULT_SPARK_BINARY,
             "namespace": None,
+            "principal": None,
+            "keytab": None,

Review Comment:
   ~~I just realized what were you meaning 🤔🤣~~
   
   I'm sorry, I still didn't quite get it.
   
   Could you explain in more detail what you mean by how to separate the 
connections?
   
   The use case I'm working with involved creating a `conn_id` for each user to 
use.
   
   I still don't fully understand, so your detailed explanation would be 
appreciated.



-- 
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]

Reply via email to