Releases: dbt-labs/dbt-rpc
Releases · dbt-labs/dbt-rpc
dbt-rpc v0.3.1
$ pip install dbt-rpc==0.3.1
Fixes
- Adapt to core change in exception names
- fix the dependency version in setup.py
dbt-rpc v0.2.1
dbt-rpc v0.2.0
dbt-rpc 0.1.3b1
$ pip install dbt-rpc==0.1.3b1
Under the hood
- dbt-core updated
raw_sql
andcompiled_sql
toraw_code
andcompiled_code
. This release will make sure the latest rpc work with either version and keep exposingraw_sql
andcompiled_sql
in the request response #89
dbt-rpc v0.1.2
dbt-rpc v0.1.2rc1
dbt-rpc v0.1.1
Fixes
- Move env vars (
DBT_SINGLE_THREADED_HANDLER
+DBT_SINGLE_THREADED_WEBSERVER
) intodbt-rpc
codebase. This adds compatibility withdbt-core==1.0.0-b2
(which removed them) and is backwards compatible with older versions (#56)
dbt-rpc v0.1.0
$ pip install dbt-rpc==0.1.0
Under the hood
Initial release of a standalone RPC server outside of the dbt
repository (#3501)