Releases: databrickslabs/brickster
Releases · databrickslabs/brickster
v0.2.11
What's Changed
- Added Lakebase workspace database helpers (
db_lakebase_<method>) including credential generation, instance listing, instance lookup by name or UID, and catalog retrieval (#113) - Moving all filesystem related calls to {fs} (#140)
- The DBI backend now always respects a staging volume when specified, even for small data (#143)
Full Changelog: v0.2.9...v0.2.11
v0.2.9
What's Changed
{brickster} now supports {DBI}/{dbplyr} directly without the need for ODBC drivers!
- Adding DBI + dbplyr backends by @zacdav-db in #108
- {huxtable} changes to address #118 by @zacdav-db in #120
- Expanding support for parameters in job functions. by @zacdav-db in #121
- Let NULL token on DatabricksConnection by @zeehio in #123
New Contributors
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- 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_query supersedes it.
- Added
db_sql_queryto simplify execution of SQL - Adjusted
db_replto handle multi-line expressions (R only) - Removed RStudio Addins to send lines/selection/files to console
- Moved
arrowto Suggests
Full Changelog: v0.2.7...v0.2.8
Version 0.2.6
What's Changed
- Fix:
db_volume_deleteby @vladimirobucina in #74 - Fixes for dev httr2 by @hadley in #75
- Attempting to fix git actions changes for Databricks org. by @zacdav-db in #76
New Contributors
- @vladimirobucina made their first contribution in #74
- @hadley made their first contribution in #75
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
Now on CRAN 🥳 🚀
- Add support for Workbench managed credentials and custom .databrickscfg from DATABRICKS_CONFIG_FILE by @tnederlof in #66
- Adding
db_repl()a remote REPL to a Databricks cluster - Removing deprecated RStudio add-in for browsing Databricks compute
- 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)
New Contributors
- @tnederlof made their first contribution in #66
Full Changelog: v0.2.4...v0.2.5
Version 0.2.4
What's Changed
- Fixing volume write function adding bytes by @zacdav-db in #39
- Adding tests and helpers by @zacdav-db in #40
- Changing licence to Apache 2.0! by @zacdav-db in #42
- Adding helpers that setup databricks notebook by @zacdav-db in #43
- SQL Connector Bindings + SQL Execution API by @zacdav-db in #44
- pkgdown docs fixes by @zacdav-db in #45
- Adding U2M OAuth Support by @zacdav-db in #49
- Fixing connection pane tests by @zacdav-db in #46
- Adjusting
add_lib_pathto haveafterparam by @zacdav-db in #50 - Adding NEWS.md by @zacdav-db in #51
- Update README.md by @zacdav-db in #48
- Vector Search APIs by @zacdav-db in #55
- Connection Pane Revisions by @zacdav-db in #56
Full Changelog: v0.2.0...v0.2.4
Version 0.2.0
Adding support for:
- Unity Catalog (UC) volumes
%shmagic command in RMarkdown