Skip to content

Commit 3a8ec25

Browse files
Update README.md for dbt-fusion (#53)
* Update README.md for dbt-fusion Renamed dbt Fusion -> dbt Fusion Engine Updated "Date" -> "Target Date" * Added Jeremy's changes back * Wording --------- Co-authored-by: Jeremy Cohen <[email protected]>
1 parent 4a06951 commit 3a8ec25

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

LICENSES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# DESCRIPTION
1+
# LICENSES
22

3-
The dbt Fusion Monorepo uses multiple licenses, shown below.
3+
The `dbt-fusion` repository uses multiple licenses, shown below.
44

55
Unless otherwise specified, every folder and file in this repository is licensed under the Elastic License 2.0 (ELv2).
66

@@ -12,7 +12,7 @@ Unless otherwise specified, every folder and file in this repository is licensed
1212

1313

1414
---
15-
Elastic License 2.0
15+
# Elastic License 2.0
1616

1717
## Acceptance
1818

@@ -295,7 +295,7 @@ these terms.
295295
same "printed page" as the copyright notice for easier
296296
identification within third-party archives.
297297

298-
Copyright 2019 Elastic and contributors
298+
Copyright 2025 dbt Labs, Inc.
299299

300300
Licensed under the Apache License, Version 2.0 (the "License");
301301
you may not use this file except in compliance with the License.

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
---
66

7-
# dbt F✦SION (BETA)
7+
# dbt F✦SION engine (BETA)
88

9-
This repo hosts components of dbt Fusion, a CLI tool-chain that is the future of `dbt`. Fusion is written in Rust and is designed for speed, correctness, and has a native understanding of SQL across multiple data warehouse SQL dialects.
9+
This repo hosts components of the dbt Fusion engine, the foundation for future innovation in `dbt`. The dbt Fusion engine is written in Rust and is designed for speed, correctness, and has a native understanding of SQL across multiple data warehouse SQL dialects.
1010

1111
> [!IMPORTANT]
1212
> **Note: the dbt Fusion Engine is in Beta!**
@@ -18,9 +18,9 @@ Beyond conformance with dbt Core, Fusion also contains new SQL Comprehension cap
1818

1919
You can install dbt-fusion onto your local machine, a docker container, or a machine in the cloud. It is designed for flexible installation, with no dependencies on other libraries. The only libraries that dbt Fusion will load are it's corresponding database drivers.
2020

21-
dbt Fusion is being released to this repository incrementally, so, until this note is removed this repository contains only a subset of the crates that make the core of the engine work. These crates are published incrementally starting on May 28.
21+
The dbt Fusion engine is being released to this repository incrementally, so, until this note is removed this repository contains only a subset of the crates that make the core of the engine work. These crates are published incrementally starting on May 28.
2222

23-
## Getting Started with dbt Fusion
23+
## Getting Started with the dbt Fusion engine
2424

2525
> [!TIP]
2626
> You don't have to build this project from source to use the new dbt! We recommend using the precompiled binary with additional capabilities:
@@ -35,7 +35,7 @@ curl -fsSL https://public.cdn.getdbt.com/fs/install/install.sh | sh -s -- --upda
3535

3636

3737
### Supported Operating Systems and CPU Microarchitectures
38-
dbt Fusion & associated drivers are compiled for each CPU microarchitecture and operating system independently. This allows for hardware level optimization.
38+
Fusion & associated drivers are compiled for each CPU microarchitecture and operating system independently. This allows for hardware level optimization.
3939

4040
Legend:
4141
* 🟢 - Supported today
@@ -51,13 +51,13 @@ Legend:
5151
## Timeline
5252

5353

54-
| Date | Milestone | Description |
55-
|------------|-----------------------------|----------------------------------------------|
56-
| 2025-05-28 | Initial release of Fusion | Published source code of parser, schemas, dbt-jinja, and Snowflake ADBC driver. |
57-
| 2025-06-09 | Databricks Adapter release | Databricks ADBC driver, and adapter for Fusion |
58-
| 2025-06-25 | BigQuery Adapter release | BigQuery ADBC driver, and adapter for Fusion |
59-
| 2025-07-09 | Redshift Adapter release | Redshift ADBC driver, and adapter for Fusion |
60-
| 2025-07-18 | ANTLR Grammars release + SQL Parser | The SQL grammar used by the ANTLR parser generator. |
54+
| Target Date | Milestone | Description |
55+
|-------------|-----------------------------|----------------------------------------------|
56+
| 2025-05-28 | Initial release of Fusion | Published source code of parser, schemas, dbt-jinja, and Snowflake ADBC driver. |
57+
| 2025-06-09 | Databricks Adapter release | Databricks ADBC driver, and adapter for Fusion |
58+
| 2025-06-25 | BigQuery Adapter release | BigQuery ADBC driver, and adapter for Fusion |
59+
| 2025-07-09 | Redshift Adapter release | Redshift ADBC driver, and adapter for Fusion |
60+
| 2025-07-18 | ANTLR Grammars release + SQL Parser | The SQL grammar used by the ANTLR parser generator. |
6161

6262
### Top Level Components Released to Date
6363
Releases of various Fusion components will be iterative as each component reaches maturity & readiness for contribution.
@@ -76,7 +76,7 @@ Releases of various Fusion components will be iterative as each component reache
7676
## FAQ
7777

7878
<details>
79-
<summary><i>Can I con contribute to dbt Fusion?</i></summary>
79+
<summary><i>Can I con contribute to the dbt Fusion engine?</i></summary>
8080

8181
Yes absolutely!. Please see our contribution guidelines [here](CONTRIBUTING.md)
8282
</details>
@@ -192,7 +192,7 @@ To run tests, increase the stack size and use nextest.
192192
```
193193

194194
# License
195-
dbt Fusion is a monorepo and contains more than one License. Most code is licensed under ELv2. For more, please see our [licenses](LICENSES.md) section.
195+
The dbt Fusion engine is a monorepo and contains more than one License. Most code is licensed under ELv2. For more, please see our [licenses](LICENSES.md) section.
196196

197197
# Acknowledgments
198198
*To the dbt community:* dbt the tool & dbt Labs the company would not be here without the incredible community of authors, contributors, practitioners, and enthusiasts. dbt Fusion is an evolution of that work & stands on the shoulders of what has come before.

0 commit comments

Comments
 (0)