You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RPC server currently supports the following endpoints:
compile
run
compile_project
run_project
seed_project
test_project
These endpoints should be remapped to:
compile_sql
run_sql
compile
run
seed
test
This will obviously be a breaking change for anyone using the RPC server, but we're going to have to do it eventually, so we might as well do it now! Parity between the RPC methods and CLI arguments will be drastically less confusing for dbt users in the long run.
The text was updated successfully, but these errors were encountered:
Describe the feature
The RPC server currently supports the following endpoints:
These endpoints should be remapped to:
This will obviously be a breaking change for anyone using the RPC server, but we're going to have to do it eventually, so we might as well do it now! Parity between the RPC methods and CLI arguments will be drastically less confusing for dbt users in the long run.
The text was updated successfully, but these errors were encountered: