ashb commented on a change in pull request #16848:
URL: https://github.com/apache/airflow/pull/16848#discussion_r665233061
##########
File path: airflow/providers/apache/spark/hooks/spark_jdbc.py
##########
@@ -196,6 +196,7 @@ def _resolve_jdbc_connection(self) -> Dict[str, Any]:
conn_data['password'] = conn.password
extra = conn.extra_dejson
conn_data['conn_prefix'] = extra.get('conn_prefix', '')
+ conn_data['conn_suffix'] = extra.get('conn_suffix', '')
Review comment:
What is this for?
--
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]