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

Releases: dbt-labs/dbt-server

dbt-server v0.2.0

28 Feb 20:30
c9190c0
Compare
Choose a tag to compare

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.

v0.1.0: build 1.3.0-latest images (#106)

02 Nov 14:35
46b96b0
Compare
Choose a tag to compare

This is the inaugural release of dbt-server v0.1.0, a source-available project.

dbt Server wraps dbt Core in a persistent server that is responsible for handling RESTful API requests for dbt operations. It’s a thin interface that is primarily responsible for performance and reliability in production environments. This is a new codebase and will be licensed under a new license for dbt Labs—the Business Source License (BSL). This license enables all users to run the server on their own behalf without limitation but prevents it from being sold as a cloud service.