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

Fix execution of "defer" command for dbt-core 1.4 #149

Closed gshank closed 1 year ago

gshank commented 1 year ago

For ticket #147

Remove "defer_to_manifest" method from RPCTask and add it to RemoteRPCCLI. Add the "favor_state" parameter.