brickster 0.2.9
- Added DBI + dbplyr backend support: DatabricksSQL()driver for standard DBI operations
- Increase support for job level parameters
- Added db_jobs_repair_run
brickster 0.2.8
- Added SQL Queries API coverage
- Updated Jobs to 2.2
- Added additional tasks for jobs: for_each_task,condition_task,sql_query_task,sql_file_task,run_job_task
- Removing the Python SQL connector as db_sql_querysupersedes it.
- Added db_sql_queryto simplify execution of SQL
- Adjusted db_replto handle mulit-line expressions (R
only)
- Removed RStudio Addins to send lines/selection/files to console
- Moved arrow to Suggests
brickster 0.2.7
- Exporting UC table functions (db_uc_table*) (#72)
- Adding support for direct_downloadoption indb_workspace_export()
- Exporting UC Catalog/Schema get/list functions (#72)
- Adding support for UC Volume management (#72)
- Fixing command execution context cancel (#86, #87)
- Adding stricter version requirements for {httr2} (#81, #63)
brickster 0.2.6
- Fixing db_volume_delete()function (#73, @vladimirobucina)
- Adjustments to ensure {httr2} changes don’t break things (#75, @hadley)
brickster 0.2.5
- Adding db_repl()a remote REPL to a Databricks cluster
(#53)
- Removing defunct RStudio add-in for browsing Databricks compute
- Changes to DESCRIPTION file in preperation for CRAN (#64)
- Removal of notebook_use_posit_repo()andnotebook_enable_htmlwidgets()as they are incompatible with
CRAN (#64)
- Removing kntir engine due to many render edge cases not being
solvable
- Adding shortcuts for REPL under addins
- Added db_context_command_run_and_wait
- Adjusted tests to use withr(#68)
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
- Renamed set_lib_pathtoadd_lib_pathand
added theafterparameter
- Adding OAuth U2M support (workspace level), considered the default
when DATABRICKS_TOKENisn’t specified (e.gdb_token()returnsNULL)
- Updating authentication vignette to include information on
OAuth
- Updating README.md to include quick start and clearer
information
- Adding vector search index functions