dbt-rpc 0.1.3b1
Pre-release
Pre-release
$ 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