Skip to content

Releases: databrickslabs/brickster

v0.2.11

13 Dec 13:54
85fb76f

Choose a tag to compare

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

05 Sep 00:59
d58b341

Choose a tag to compare

What's Changed

{brickster} now supports {DBI}/{dbplyr} directly without the need for ODBC drivers!

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

06 Jun 10:30
b48fc0e

Choose a tag to compare

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_query to simplify execution of SQL
  • Adjusted db_repl to handle multi-line expressions (R only)
  • Removed RStudio Addins to send lines/selection/files to console
  • Moved arrow to Suggests

Full Changelog: v0.2.7...v0.2.8

Version 0.2.6

21 Jan 05:30
17e9790

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

14 Nov 00:35
c032a87

Choose a tag to compare

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() and notebook_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

Full Changelog: v0.2.4...v0.2.5

Version 0.2.4

17 Jul 12:04
dfe4098

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.4

Version 0.2.0

15 Sep 12:02
6e7a3fa

Choose a tag to compare

Adding support for:

  • Unity Catalog (UC) volumes
  • %sh magic command in RMarkdown