A JSON RPC server that provides an interface to programmically interact with dbt projects.


License
Apache-2.0
Install
pip install dbt-rpc==0.4.2

Documentation

dbt-rpc

⚠️ The dbt-rpc plugin will be fully deprecated by the second half of of 2023.

dbt Labs is actively maintaining dbt-rpc up to dbt v1.4. Starting in v1.5, we intend to break dbt-rpc compatibility in favor of the new dbt Server. dbt Labs will perform critical maintenance only, until the last compatible version of dbt has reached end of official support (12 months after release; see Core version policies) -- then we plan to read-only archive this repository.

This plugin introduces a dbt-rpc serve command, which runs a Remote Procedure Call Server that enables you to submit dbt commands in a programmatic way. (This command is equivalent to the dbt rpc command that was available in older versions of dbt-core.)

This plugin requires dbt-core and json-rpc. You should install it alongside an adapter plugin for use with your database/platform/engine.

Links

Reporting bugs and contributing code

Code of Conduct

Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the dbt Code of Conduct.