Skip to content

Commit

Permalink
Merge pull request #56 from databrickslabs/connection-pane-improvements
Browse files Browse the repository at this point in the history
Connection Pane Revisions
  • Loading branch information
RafiKurlansik authored Jul 16, 2024
2 parents 7c1e83d + 50de415 commit dfe4098
Show file tree
Hide file tree
Showing 37 changed files with 778 additions and 447 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# brickster 0.2.4

* `open_workspace()` and the rstudio connection pane have been heavily revised
to enhance browsing unity catalog and also remove DBFS and WSFS browsing (#52)

# brickster 0.2.3

* Adding NEWS.md
Expand Down
2 changes: 2 additions & 0 deletions R/clusters.R
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,8 @@ get_and_start_cluster <- function(cluster_id, polling_interval = 5,
#'
#' @return Named list
#' @export
#'
#' @importFrom rlang .data
get_latest_dbr <- function(lts, ml, gpu, photon,
host = db_host(), token = db_token()) {

Expand Down
Loading

0 comments on commit dfe4098

Please sign in to comment.