Skip to content

add a databrick database connection#99

Open
yukinko-iwasaki wants to merge 15 commits intointernal-distribution-mainfrom
feature/add_databricks_connection
Open

add a databrick database connection#99
yukinko-iwasaki wants to merge 15 commits intointernal-distribution-mainfrom
feature/add_databricks_connection

Conversation

@yukinko-iwasaki
Copy link
Member

@yukinko-iwasaki yukinko-iwasaki commented Sep 26, 2025

Add databricks connection feature.

image

@yukinko-iwasaki yukinko-iwasaki marked this pull request as ready for review October 14, 2025 22:01
Comment on lines +12 to +18
source("server_scripts/duplicates.R", local = TRUE)
source("server_scripts/outliers.R", local = TRUE)
source("server_scripts/enumerator.R", local = TRUE)
source("server_scripts/admin.R", local = TRUE)
source("server_scripts/unit.R", local = TRUE)
source("server_scripts/summary.R", local = TRUE)
source("server_scripts/connection.R", local = TRUE)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yukinko-iwasaki did you test that this change works with windows? The original implementation might be more platform agnostic

Comment on lines -2142 to -2144
tags$div(style = "text-align: center;",
shinycssloaders::withSpinner(tags$p("Please wait, your report is being generated..."))
),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this spinner removed?

Comment on lines +19 to +20
cursor.close()
conn.close()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to ensure the closure of these, regardless of possible fetch exceptions?

Comment on lines +2 to +4
databricks-sdk>=0.65.0
databricks-sql-connector>=4.1.3
databricks
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all of them required?

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