releases.shpreview

Data & Analytics Engineering

Transform, orchestrate, and query data at scale — the modern data stack.

This week: Apache Ossie enters incubation, dbt reaches 1.12
MonJul 20, 20261 release
ClickHouse
ClickHousev26.3.17.56-lts
ThuJul 16, 20263 releases
TinybirdDagsterdbt Labs
Daily summary

Dagster fixes serverless auth bugs, dbt-core removes experimental login

Dagster patched two serverless I/O manager errors affecting multi-deployment orgs, while dbt-core 1.12.0 shipped breaking changes that remove the experimental dbt login command and default several prior flags to true.

  • Dagster resolved a 401 error from the serverless I/O manager when materializing assets in orgs with more than one full deployment, and fixed a 400 error for assets with special characters in storage keys
  • dbt-core 1.12.0 removes the experimental dbt login command and the bundled dbt-state plugin, including manage-state flags and related env vars, as a breaking change
Dagster1.13.14
dbt-corev1.12.0
WedJul 15, 20261 release
Dagster
Daily summary

Dagster shows how to classify a million Snowflake columns in 9 days

Dagster published a detailed blog post walking through a tiered AI classification system built with its orchestration, achieving a million-column data governance labeling in nine days.

  • Dagster demonstrated a production workflow using tiered AI and human review to classify a million Snowflake columns in nine days
TueJul 14, 20261 release
ClickHouse
Daily summary

dbt-core fixes overloaded UDF DAG edges and cuts memory overhead

dbt-core v1.12.0rc3 fixes DAG dependencies dropped for overloaded UDFs and reduces parse-time memory and macro-generation overhead.

  • dbt-core now preserves DAG edges for dependencies declared inside overloaded UDF bodies, preventing dropped edges when the overload SQL file is absorbed
  • Parse-time memory use and macro-generation overhead are reduced via virtualized macros and lazy no-copy manifest views
MonJul 13, 20263 releases
ClickHousedbt Labs
Daily summary

Open Semantic Interchange becomes Apache Ossie under incubator

The Open Semantic Interchange specification was accepted into the Apache Incubator and renamed to Apache Ossie, with no changes to the spec, community, or mission.

  • The Open Semantic Interchange project joined the Apache Incubator and was renamed Apache Ossie (Incubating), shifting governance without altering the semantic-layer specification or community.

ClickHouse Blog

2 updates

We've released @clickhouse/rowbinary, a Node.js reader and writer for ClickHouse's [RowBinary](...

Read post

How we configure huge pages in ClickHouse Managed Postgres

What are huge pages, and why do they matter for Postgres? The OS hands out memory in 4KB...

Read post

OSI is now Apache Ossie (Incubating)

The Open Semantic Interchange (OSI) project has been accepted into the Apache Incubator and renamed to Apache Ossie (Incubating). The specification, community, and mission remain unchanged; all references to OSI are historical and will be removed over time.

Read post
SunJul 12, 20261 release
Dagster
Daily summary

Data orchestration consolidates as Prefect acquires Dagster

On Sunday July 12, the data engineering world got word of Prefect's acquisition of Dagster.

ThuJul 9, 20264 releases
ClickHouseTinybirdDagster
Daily summary

dbt-core flips on old flags, adds catalog database override

dbt-core 1.12.0rc2 enables behavior flags from 1.9 and 1.10 by default, introduces a catalog_database override field, and fixes a partial parsing ghost-duplicate error, while Dagster 1.13.13 patches a grpcio dependency conflict.

  • dbt-core now defaults flags from 1.9 and 1.10 to true, which may change existing project behavior, and adds a catalog_database field for per-catalog database-name overrides in catalogs.yml
  • Dagster fixes a grpcio-health-checking dependency conflict on fresh installs and improves the UI by auto-expanding the warnings section in the asset launch dialog

ClickHouse Blog

2 updates

TL;DR

*ClickHouse is now available on Docker Hardened Images: stripped-down,...

Read post

Summary

  • ClickHouse now has an official ADBC driver, the modern, Arrow-native alternative to ODBC and JDBC for analytics and AI applications....
Read post
Dagster1.13.13
TueJul 7, 20261 release
ClickHouse
Daily summary

dbt-core rc1 strips experimental login and state plugin

dbt-core 1.12.0-rc1 removes the experimental dbt login command and bundled dbt-state plugin, including --manage-state and DBT_ENGINE_STATE_* env vars, while fixing an intermittent unit-test parsing error and adding tolerance for Fusion-specific warn_error_options.

  • dbt-core removes the experimental dbt login command and bundled dbt-state plugin, cleaning up unfinished features that never graduated from experimental status
  • The release fixes an intermittent parsing error that could break unit tests of versioned models
  • dbt-core now tolerates Fusion-specific warn_error_options names without erroring, ignoring them with a note instead

pg_re2 extension brings RE2 regex to Postgres; 1.8–8.6x faster

ClickHouse released pg_re2, a Postgres extension that replaces POSIX regex with RE2-powered functions, delivering 1.8× to 8.6× performance gains on regex operations and 1.1× to 1.8× speedup on indexed queries. The extension also solves syntax incompatibilities between Postgres POSIX regex and ClickHouse RE2, enabling correct pushdown of regex expressions in the pg_clickhouse foreign data wrapper.

Read post
MonJul 6, 20262 releases
ClickHouse
Daily summary

dbt adds DuckDB Iceberg write support

dbt-core 2.0.0-alpha.4 enabled write support for DuckDB Iceberg REST catalogs and fixed state:modified false positives for Jinja configs.

  • dbt-core can now write to DuckDB Iceberg REST catalogs (Horizon, Unity) via duckdb 1.5.4 write-compat ATTACH options, upgrading from read-only support
  • state:modified no longer falsely triggers for seeds, snapshots, and data tests using environment-aware Jinja configs in dbt_project.yml

ClickHouse Blog

2 updates

ClickHouse describes why Postgres and ClickHouse are becoming the default combination for AI applications, which demand real-time transactions and analytics on massive data volumes. The post covers AI's data-growth demands, the collapse of traditional OLTP/OLAP boundaries, and ClickHouse's investments in tools like PeerDB/ClickPipes for CDC, pg_clickhouse for cross-database querying, and pg_stat_ch for observability.

Read post

Article explores how chDB (ClickHouse embedded) can serve as a local data engine for AI agents, reducing latency and instability from network calls by embedding a full query engine in the agent process. Covers three use cases: agent memory using append-only MergeTree with vector search, chDB as a federation hub, and token/cost savings from eliminating network failures and retry loops.

Read post
SunJul 5, 20262 releases
ClickHouse
Daily summary

ClickHouse LTS hits 25.8 release

ClickHouse shipped an LTS channel update under the v25.8 stable line, bringing the latest cumulative fixes and incremental improvements.

ClickStack generates dashboards and investigative workflows from prompts

ClickStack now generates dashboards and connected investigative workflows from natural language prompts using an AI Notebook that explores telemetry, validates assumptions, and explains its reasoning. The same MCP toolchain powers both ClickStack's built-in AI agent and external agents like Claude, Cursor, and Codex, allowing teams to create and refine dashboards through their preferred tools.

Read post
ClickHousev25.8.28.1-lts
SatJul 4, 20261 release
ClickHouse
Daily summary

ClickHouse ships new LTS patch

A single ClickHouse LTS patch release landed, carrying unspecified bug and stability fixes.

ClickHousev25.8.27.1-lts