dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis.
Dremio docs for our dbt adapter
The dbt-dremio
package contains all of the code enabling dbt to work with Dremio. For more information on using dbt with Dremio, consult the docs.
The dbt-dremio package supports both Dremio Cloud and Dremio Software (versions 22.0 and later).
Version 1.7.0 of the dbt-dremio adapter is compatible with dbt-core versions 1.2.0 to 1.7.*.
Prior to version 1.1.0b, dbt-dremio was created and maintained by Fabrice Etanchaud on their GitHub repo. Code for using Dremio REST APIs was originally authored by Ryan Murray. Contributors in this repo are credited for laying the groundwork and maintaining the adapter till version 1.0.6.5. The dbt-dremio adapter is maintained and distributed by Dremio starting with version 1.1.0b.
- Install dbt-dremio
- Version 1.7.0 of dbt-dremio requires dbt-core >= 1.2.0 and <= 1.7.. Installing dbt-dremio will automatically upgrade existing dbt-core versions earlier than 1.2.0 to 1.7., or install dbt-core v1.7.0 if no version of dbt-core is found.
- Read the introduction and viewpoint
- Be part of the conversation in the dbt Community Slack
- Read more on the dbt Community Discourse
- Open bugs and feature requests can be found at dbt-dremio's GitHub issues.
- Want to report a bug or request a feature? Let us know by on Slack, or opening an issue
- Want to help us build dbt-dremio? Check out the Contributing Guide.
Everyone interacting in the dbt-dremio project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the dbt-dremio Code of Conduct.