Added packages to improve data quality of project to packages.yml#390
Closed
BindusekharGorintla wants to merge 1 commit intoVelir:mainfrom
Closed
Added packages to improve data quality of project to packages.yml#390BindusekharGorintla wants to merge 1 commit intoVelir:mainfrom
BindusekharGorintla wants to merge 1 commit intoVelir:mainfrom
Conversation
Added new dbt packages to enhance productivity, data quality, and observability: 1. dbt-labs/codegen - Automates repetitive SQL/model creation tasks. - Provides macros to generate base models and schema.yml files. - Speeds up development and reduces manual boilerplate. 2. calogica/dbt_expectations - Introduces robust data quality tests inspired by Great Expectations. - Enables checks for uniqueness, null values, accepted ranges, and distributions. - Ensures higher reliability and trust in transformed datasets. 3. elementary-data/elementary - Adds observability and monitoring capabilities to dbt projects. - Tracks source freshness, anomalies, and test results. - Generates reports and dashboards for proactive data issue detection. Together, these packages strengthen the dbt workflow by: - Accelerating model development (codegen). - Enforcing data quality standards (dbt_expectations). - Providing end-to-end monitoring and visibility (elementary).
Collaborator
|
You need to do something useful with those packages before I'm going to recommend merging this PR. Just adding the packages makes it harder to use them over letting users add them to their own projects because now the user has to deal with dependency conflicts with these added packages in dbt-GA4 and in other packages that are legitimately using the new packages. |
Contributor
|
calogica/dbt_expectations isn't even actively supported 😂 This just looks like AI spam, close it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new dbt packages to enhance productivity, data quality, and observability:
dbt-labs/codegen
calogica/dbt_expectations
elementary-data/elementary
Together, these packages strengthen the dbt workflow by:
Description & motivation
Checklist
dbt testandpython -m pytest .to validate existing tests