releases.sh
dbt Labs

dbt Labs

getdbt.comDeveloper Tools
$npx @buildinternet/releases get dbt-labs

Exasol adapter added; parse-safe views prevent silent column exposure

BreakingpreThis release4 featuresNew capabilities3 fixesBug fixesAI-tallied from the release notes
dbt-core · v2.0.0-dev.30

Adds Phase 1 Exasol adapter with full macro bundle, plus parse-safe views (dbt.models, dbt.columns, etc.) so querying an exported index never silently exposes a compile-only or never-populated column. Also fixes a log-format-file regression, includes invocation IDs in Databricks query comments, and hardens tarball extraction against symlink/hard-link attacks.

Read more →

Azure Blob uploads fixed; sqlparse CVEs patched

Breaking (minor)This release2 fixesBug fixesAI-tallied from the release notes
dbt-core · v1.12.3

Artifact uploads to Azure Blob Storage signed URLs now send the required x-ms-blob-type: BlockBlob header and accept 201 Created, and upload errors include the storage provider's error code. Requires sqlparse>=0.5.5,<0.7.0 to fix four parser denial-of-service CVEs.

Read more →

sqlparse pinned to fix parser DoS CVEs

This release1 fixBug fixesAI-tallied from the release notes
dbt-core · v1.11.14

Requires sqlparse>=0.5.5,<0.7.0, with 0.6.0 being the fixed release for CVE-2026-54284, CVE-2026-59893, CVE-2026-59894, and CVE-2026-71491 — parser denial-of-service vulnerabilities.

Read more →

ClickHouse dictionary materialization lands

preThis release4 featuresNew capabilities3 fixesBug fixesAI-tallied from the release notes
dbt-core · v2.0.0-beta.2

Adds ClickHouse Dictionary materialization, index definition support, and a relation-scoped catalog macro that fixes catalog fetch failures with --write-catalog. Also adds Entra bearer token authentication for dbt-fusion fabric and fixes seed data Nullable types and primary key declaration for ClickHouse.

Read more →