dbt-labs / dbt-rpc

A server that can compile and run queries in the context of a dbt project. Additionally, it provides methods that can be used to list and terminate running processes.
https://docs.getdbt.com/reference/commands/rpc
Apache License 2.0
19 stars 7 forks source link

[CT-1728] rpc requests fail after dbt upgrade to 1.2.3 #115

Closed dima898 closed 1 year ago

dima898 commented 1 year ago

After dbt was upgraded from 1.2.2 to 1.2.3 next error is returned by rpc server on each request: TypeError: _get_responses() takes 3 positional arguments but 4 were given. Was tested with following packages: dbt-snowflake==1.2.0 dbt-rpc==0.1.2 Same happens with dbt=1.3.1 and dbt-rpc=0.2.1