This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
This new release of dbt-server
is compatible with the dbt-core
pre-release of 1.5.0
and onward. Please see the branch entitled 0.1.latest
for the 0.1.0
version of dbt-server
, which can be used with dbt-core <=1.4.0-latest
.
As of this version, all dbt commands can be executed using the async/dbt
and sync/dbt
endpoints, rather than individual command endpoints. Most CLI flags and values can be passed to these endpoints as a list. Logs emitted from async commands are now dbt-core structured logs.
Under the hood, this version uses the new Click API in dbt-core. Docker images built using core 1.5+ (including HEAD
) will be built with this version of the dbt-server
for use in dbt-cloud.