- Models and sources, with associated metadata
- Test results for each asset
- Source freshness information
- Column-level documentation
- Ownership and tagging
- Upstream and downstream dependencies
Key Features
Easily Discoverable Data Assets
Quickly and easily navigate the catalog using the side tree and its search bar. Easily find tables, views, BI dashboard and more. You can view the data assets by their location in the DWH or in the dbt project, and group them by tags, owners or path.
Editing Metadata
You can edit metadata directly in the catalog. This includes updating model and column descriptions, assigning owners, and applying tags. To make updates more efficient, the catalog supports bulk editing. For example, you can assign an owner to multiple models at once or apply a shared tag to a group of assets. All metadata edits are synced back into your dbt project as a pull request, so documentation stays version-controlled and part of your workflow. Need to display additional metadata fields from your dbtmeta
config? Reach out to our team to customize the catalog with fields that best fit your data workflows.
Marking Critical Assets
You can mark assets as critical directly in the catalog to highlight their importance. Critical assets are prioritized in monitoring and surfaced in governance views to help teams focus on what matters most. Read more here.
Lineage & Dependency Export
View upstream and downstream dependencies for each dataset, and export the full dependency list as a CSV for further analysis or documentation.
AI Agents for Discovery and Governance
Elementary includes two agents that use the catalog to support your team:- The Catalog agent helps users find relevant models, columns, or metrics using natural language. This is especially helpful for new team members or business users who are less familiar with your dbt structure.
- The Governance agent identifies missing documentation, unowned assets, or inconsistent tags. It surfaces these issues automatically and can suggest actions to improve coverage. These agents run continuously and help keep the catalog useful and complete without requiring constant manual work.