Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pick up on SPARK_CONNECT_USER_AGENT in chat_databricks() #254

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

atheriel
Copy link
Contributor

SPARK_CONNECT_USER_AGENT is the standard environment variable used to set the user agent in various Databricks and Spark-related projects. This commit adds some detection for when this is set, much like we have in odbc and pysparklyr.

Unit tests are included.

`SPARK_CONNECT_USER_AGENT` is the standard environment variable used to
set the user agent in various Databricks and Spark-related projects.
This commit adds some detection for when this is set, much like we have
in `odbc` and `pysparklyr`.

Unit tests are included.

Signed-off-by: Aaron Jacobs <[email protected]>
@hadley hadley merged commit f1117d8 into tidyverse:main Jan 15, 2025
11 checks passed
@hadley
Copy link
Member

hadley commented Jan 15, 2025

Thanks!

@atheriel atheriel deleted the add-databricks-user-agent branch January 15, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants