Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a sensor for dbt views #101

Merged
merged 5 commits into from
Jul 11, 2024
Merged

Add a sensor for dbt views #101

merged 5 commits into from
Jul 11, 2024

Conversation

cnolanminich
Copy link
Contributor

This PR adds a sensor that evaluates the hash value of the current state of the dbt code against the code version of the previous materialization. This is a way that you could leave dbt views unscheduled but update them anytime there is a change in the code.

I don't think this is absolutely core functionality for the demo project, but it has come up a few times and I wanted to show a solid solution in this space

Copy link

github-actions bot commented Jul 8, 2024

Your pull request at commit 45b04505712fbc0c8bb25c51a3643fa285ef8400 is automatically being deployed to Dagster Cloud.

Location Status Link Updated
demo_assets View in Cloud Jul 08, 2024 at 02:57 PM (UTC)
data-eng-pipeline View in Cloud Jul 08, 2024 at 02:57 PM (UTC)
basics View in Cloud Jul 08, 2024 at 02:57 PM (UTC)
batch_enrichment View in Cloud Jul 08, 2024 at 02:57 PM (UTC)
snowflake_insights View in Cloud Jul 08, 2024 at 02:57 PM (UTC)

@izzye84
Copy link
Collaborator

izzye84 commented Jul 9, 2024

LGTM. Thanks for cranking this out!

@cnolanminich cnolanminich merged commit aeae221 into master Jul 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants