Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

dbt-server v0.2.0

Latest
Compare
Choose a tag to compare
@racheldaniel racheldaniel released this 28 Feb 20:30
· 44 commits to main since this release
c9190c0

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.