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

Bump version for release #130

Closed ChenyuLInx closed 1 year ago

ChenyuLInx commented 1 year ago

Only bumped rpc version but still including beta version of core. We also hardcoded in dbt-rpc that cache is always going to be populated

ChenyuLInx commented 1 year ago
            if not hasattr(self.task.args, 'populate_cache'):
                object.__setattr__(self.task.args, "populate_cache", True) 

At line 106 of task_handler will get us pass the error in dbt-rpc. But we will always populate the cache.