Open blairj09 opened 4 months ago
Currently, odbc constructs a user-agent for Databricks connections if SPARK_CONNECT_USER_AGENT is not set. I think we should follow the example of pysparklyr and include additional details about the tool being used to facilitate the connection.
odbc
SPARK_CONNECT_USER_AGENT
pysparklyr
Currently,
odbc
constructs a user-agent for Databricks connections ifSPARK_CONNECT_USER_AGENT
is not set. I think we should follow the example ofpysparklyr
and include additional details about the tool being used to facilitate the connection.