From db6890c62abe8943372e12ddfc46dfc258c64861 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda Date: Fri, 4 Sep 2026 21:46:41 -0700 Subject: [PATCH] Simplify README description of Hotdata Removed redundant phrase for clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 024f0f4..eecf9d4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![dbt](https://img.shields.io/badge/dbt-1.10%2B-orange.svg)](https://www.getdbt.com) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) -Transform data in [Hotdata](https://hotdata.dev) instant databases with [dbt](https://www.getdbt.com) — the companion to [hotdata-dlt-destination](https://github.com/hotdata-dev/hotdata-dlt-destination) for the T in ELT. +Transform data in [Hotdata](https://hotdata.dev) instant databases with [dbt](https://www.getdbt.com). Hotdata is a managed analytics engine (Apache DataFusion, Postgres-dialect SQL) with **no DDL surface**: tables are created by loading data, not by `CREATE TABLE`. This adapter embraces that. Every model runs as the Chain pattern, entirely against the API: