Skip to content

Releases: dbt-labs/dbt-rpc

dbt-rpc v0.3.1

13 Jan 00:15
c305bfc
Compare
Choose a tag to compare
$ 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

04 Nov 20:31
6a5a075
Compare
Choose a tag to compare
$ pip install dbt-rpc==0.2.1

Under the hood

  • fix compile macro failure #98

dbt-rpc v0.2.0

29 Sep 16:28
2ac7ae7
Compare
Choose a tag to compare
$ pip install dbt-rpc==0.2.0

Under the hood

  • Add a language arg for compile #94

dbt-rpc 0.1.3b1

01 Aug 19:07
b45d09e
Compare
Choose a tag to compare
dbt-rpc 0.1.3b1 Pre-release
Pre-release
$ pip install dbt-rpc==0.1.3b1

Under the hood

  • dbt-core updated raw_sql and compiled_sql to raw_code and compiled_code. This release will make sure the latest rpc work with either version and keep exposing raw_sql and compiled_sql in the request response #89

dbt-rpc v0.1.2

12 Apr 18:33
70c1a6b
Compare
Choose a tag to compare
$ pip install dbt-rpc==0.1.2

Fixes

  • Save args in config when cli_vars is saved #70
  • Make garbage collection configurable #76

Under the hood

  • Compatibility with new core logging via env var #61
  • Disable py36 tests #59

dbt-rpc v0.1.2rc1

24 Mar 15:13
b7030cf
Compare
Choose a tag to compare
dbt-rpc v0.1.2rc1 Pre-release
Pre-release
$ pip install dbt-rpc==0.1.2rc1

Fixes

  • Save args in config when cli_vars is saved #70
  • Make garbage collection configurable #76

Under the hood

  • Compatibility with new core logging via env var #61
  • Disable py36 tests #59

dbt-rpc v0.1.1

09 Nov 16:02
ba5ef01
Compare
Choose a tag to compare

Fixes

  • Move env vars (DBT_SINGLE_THREADED_HANDLER + DBT_SINGLE_THREADED_WEBSERVER) into dbt-rpc codebase. This adds compatibility with dbt-core==1.0.0-b2 (which removed them) and is backwards compatible with older versions (#56)

dbt-rpc v0.1.0

13 Oct 00:26
06a7647
Compare
Choose a tag to compare
$ pip install dbt-rpc==0.1.0

Under the hood

Initial release of a standalone RPC server outside of the dbt repository (#3501)