Start a job each time code location updates #31265
Unanswered
themightychris
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to work out the best way to generate and upload dbt
metadata.json
+catalog.json
to OpenMetadata each time the dbt project is updated. Doing it in GitHub on push alongside our workflow for deploying new dbt projects is an option, but all our other OpenMetadata ingestion jobs are already in Dagster so it would be nice to keep it thereI'd want to trigger this job each time code location gets updated to a new version, is there any way to configure a sensor to pick that up?
Beta Was this translation helpful? Give feedback.
All reactions