Skip to content

Releases: z3z1ma/dbt-osmosis

v0.11.8

27 Mar 19:12
Compare
Choose a tag to compare

Changes

  • No changes

v0.11.7

27 Mar 03:43
Compare
Choose a tag to compare

Changes

  • No changes

v0.11.6

27 Mar 00:18
Compare
Choose a tag to compare

Changes

  • No changes

v0.11.5

26 Mar 19:08
Compare
Choose a tag to compare

Changes

  • No changes

v0.11.2

26 Mar 08:44
Compare
Choose a tag to compare

Full Changelog: 0.10.3...0.11.2

Generating release to sync with PyPi. The release process is pending a Github Action to automate.

v0.10.3

17 Mar 00:23
Compare
Choose a tag to compare

What's Changed

Minimized dependencies, parallelized YAML stuff for up to 10x speed boost, compatible with latest dbt version. Leverages dbt-core-interface under the hood now (vendored). Server

Get it on pypi.

pip install dbt-osmosis==0.10.3

v0.7.6 dbt Runner Server

08 Sep 22:09
Compare
Choose a tag to compare

This release includes the addition of a server which allows developers to interact with their dbt project independent of the RPC server and in a much more performant way. The interface is also greatly improved. This is intended to be used as a development server -- though it could scale horizontally in theory.

The interface simply involves POST requests to either /run or /compile with a content type of text/plain containing your SQL with as much or as little dbt jinja as you would like. The result is an enum response of a dict containing top level key errors on failure, otherwise a result with top level key of result for compile endpoint and top level keys column_names, rows, compiled_sql, raw_sql for run endpoint.

This integration is fully compatible with dbt power user datacoves fork here which adds extended functionality including model preview panel that can execute a dbt model and show results in a web view with a button or even more conveniently, with control+enter like in many SQL IDEs.

Fluffy Elephant

07 Aug 05:41
Compare
Choose a tag to compare

This release marks all features of the workbench as stable and simplified.
It also marks improvements in git model diff inner workings and large general improvements in the python API.

Effervescent Granite

24 Jun 03:41
Compare
Choose a tag to compare

Tagging this as a github release for easier pinning.