You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
---
6
6
7
-
# dbt F✦SION (BETA)
7
+
# dbt F✦SION engine (BETA)
8
8
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.
10
10
11
11
> [!IMPORTANT]
12
12
> **Note: the dbt Fusion Engine is in Beta!**
@@ -18,9 +18,9 @@ Beyond conformance with dbt Core, Fusion also contains new SQL Comprehension cap
18
18
19
19
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.
20
20
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.
22
22
23
-
## Getting Started with dbt Fusion
23
+
## Getting Started with the dbt Fusion engine
24
24
25
25
> [!TIP]
26
26
> You don't have to build this project from source to use the new dbt! We recommend using the precompiled binary with additional capabilities:
### 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.
| 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. |
61
61
62
62
### Top Level Components Released to Date
63
63
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
76
76
## FAQ
77
77
78
78
<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>
80
80
81
81
Yes absolutely!. Please see our contribution guidelines [here](CONTRIBUTING.md)
82
82
</details>
@@ -192,7 +192,7 @@ To run tests, increase the stack size and use nextest.
192
192
```
193
193
194
194
# 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.
196
196
197
197
# Acknowledgments
198
198
*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