Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What are you changing in this pull request and why? ### Description & Motivation This pull request introduces the [dbt-extrica](https://github.com/extricatrianz/dbt-extrica) adapter, an innovative addition to the dbt ecosystem designed to seamlessly integrate data mesh principles into the dbt workflow. By building an adapter on top of dbt Core, we aim to extend the reach of the [Extrica](https://www.extrica.ai) use case to a wider audience within the dbt community. The adapter is now available on the [PyPI](https://pypi.org/project/dbt-extrica/). #### Key Features * The dbt-extrica adapter acts as a bridge between dbt Core and the extrica data mesh solution, facilitating data integration, `transformation`, `modeling`, and `analysis` from `diverse data sources`. * Data Mesh Integration: Enables users to seamlessly integrate and model data from `multiple sources`, aligning with the principles of data mesh architecture. * Comprehensive Transformation & Ease of Use: Supports `complex data transformations` to derive meaningful insights for analysis and reporting. The adapter is designed with user convenience in mind, ensuring a smooth and intuitive experience for dbt users. ### Validation of Models This contribution has undergone rigorous testing to ensure its reliability and effectiveness. The adapter has been validated in real-world scenarios to guarantee its performance in diverse environments. #### Running Test Cases ![Screenshot (308)](https://github.com/dbt-labs/docs.getdbt.com/assets/153259391/197edc6b-cc68-4546-963c-200b25e7eed9) ## Checklist - [ ] The adapter is hosted on [GitHub](https://github.com/extricatrianz/dbt-extrica). - [ ] the dbt-extrica adapter is published [PyPI](https://pypi.org/project/dbt-extrica/). Adding new pages: - [ ] The page has been added to `website/sidebars.js` - [ ] Provided a unique filename for the new page (extrica-configs for configuration and extrica-setup for setup) - [ ] Created setup file under `/docs/core/connect-data-platform/extrica-setup.md` - [ ] Created config file under `reference/resource-configs/extrica-configs.md` - [ ] Added Extrica under `docs/community-adapters.md`. --------- Co-authored-by: Mrinal Mayank (Trianz) <[email protected]> Co-authored-by: mirnawong1 <[email protected]> Co-authored-by: Doug Beatty <[email protected]>
- Loading branch information