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

Save args in config when cli_vars is saved #70

Closed gshank closed 2 years ago

gshank commented 2 years ago

This is for bug #4583 in dbt-core, var not injected in dbt run snapshot from dbt run invocation in 1.0.0.

jtcohen6 commented 2 years ago

Looks good in local testing! I shared a Loom with my experience getting everything set up + verified.

Let me know if you need help with automated/integration testing. The RPC tests work a bit differently (and honestly better) vs. our current dbt-core integration testing.

After merging, let's plan to:

jtcohen6 commented 2 years ago

@gshank @leahwicz Do we have a clear path forward for this one? Should we proceed with the next steps I listed above?