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

Change parsed.py to nodes.py and remove Parsed from a couple of classes #103

Closed gshank closed 1 year ago

gshank commented 1 year ago

For ticket #102 -- changes to support consolidation of Parsed and Compiled classes.