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

Cl/fix poll list result 0.3 #137

Closed ChenyuLInx closed 1 year ago

ChenyuLInx commented 1 year ago

see test in https://github.com/dbt-labs/dbt-rpc/pull/138

davidharting commented 1 year ago

This is looking good to me! Thank you!