dbt Labs
getdbt.comDeveloper Tools
$
npx @buildinternet/releases get dbt-labsExasol adapter added; parse-safe views prevent silent column exposure
BreakingpreThis release4 featuresNew capabilities3 fixesBug fixesAI-tallied from the release notesdbt-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.
Azure Blob uploads fixed; sqlparse CVEs patched
Breaking (minor)This release2 fixesBug fixesAI-tallied from the release notesdbt-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.
sqlparse pinned to fix parser DoS CVEs
This release1 fixBug fixesAI-tallied from the release notesdbt-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.
ClickHouse dictionary materialization lands
preThis release4 featuresNew capabilities3 fixesBug fixesAI-tallied from the release notesdbt-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.
dbt Blog · v1.12
dbt Core v1.12 is now generally available. See the blog post for new features and upgrade guidance.
Deprecated dbt versions now warn
This release1 featureNew capabilitiesAI-tallied from the release notesdbt-core · v1.9.11
Users running a deprecated dbt version will now receive a warning.