Releases: z3z1ma/dbt-osmosis
v0.11.8
Changes
- No changes
v0.11.7
Changes
- No changes
v0.11.6
Changes
- No changes
v0.11.5
v0.11.2
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
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
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
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
Tagging this as a github release for easier pinning.