Data Observability for Analytics Engineers
Elementary enables you to **monitor your data and dbt operation.** To learn more, refer to our [main repo](https://github.com/elementary-data/elementary), and [live demo](https://bit.ly/3IXKShW). For reporting issues, feature requests and contributions, refer to [issues](https://github.com/elementary-data/elementary/issues) in the main repo. ## Quick start Add to your `packages.yml` according to your dbt version: #### For dbt 1.2.0 and above: ```yml packages: - package: elementary-data/elementary version: 0.5.0 ## compatible with Elementary CLI version 0.5.0 ## see docs: https://docs.elementary-data.com/ ``` #### For dbt >=1.0.0 <1.2.0: ```yml packages: - package: elementary-data/elementary version: 0.5.0 ## compatible with Elementary CLI version 0.5.0 ## see docs: https://docs.elementary-data.com/ ## !! Important !! For dbt <1.2.0 only ## (Prevents dbt_utils versions exceptions) - package: dbt-labs/dbt_utils version: [">=0.8.0", "<0.9.0"] ``` After adding to `packages.yml` and running `dbt deps`, add to your ```dbt_project.yml```: ```yml models: ## elementary models will be created in the schema '
**Checkout the [live demo](https://bit.ly/3IXKShW).**
## Slack alerts
## High level architecture
## Data warehouse support
This package has been tested on Snowflake, BigQuery and Redshift.
Additional integrations coming soon!
## Community & Support
* [Slack](https://join.slack.com/t/elementary-community/shared_invite/zt-uehfrq2f-zXeVTtXrjYRbdE_V6xq4Rg) (Talk to us, support, etc.)
* [GitHub issues](https://github.com/elementary-data/elementary/issues) (Bug reports, feature requests)
## Contributions
Thank you :orange_heart: Whether it’s a bug fix, new feature, or additional documentation - we greatly appreciate contributions!
Check out the [contributions guide](https://docs.elementary-data.com/general/contributions) and [open issues](https://github.com/elementary-data/elementary/issues) in the main repo.