-
Notifications
You must be signed in to change notification settings - Fork 0
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
Automated ingestion to Staging and Production Catalogs #180
Comments
This is my understanding of the events we want to automate, I'm dropping the notes here for discussion but probably this belongs in more of a design issue. I think automating these actions could be tackled in sequential tasks veda-data auto publish baseline:When a PR is opened:
When a PR is approved and merged:
veda-data auto publish round 2: dashboard additionsThese additional steps will be added to what was established in the baseline action. When a PR is opened:
When a PR is approved and merged:
|
For these ingestion steps in production, we'll need to tie the transfer DAG to the dataset ingest since the transfer needs to be complete before item ingest can happen |
Description
Based on previous work and discussion around the dataset publication and promotion process, this was the agreed workflow:
A dataset config PR would kick off a staging ingest; approval of the PR would automate the ingestion to the production catalog.
There is an existing PR that implements most of this process however it also includes creating a PR in veda-config. To create a more modular data promotion process, we need to break apart the ingestion automation the veda-config PR creation. This ticket involves only automating ingestion into the staging and production catalogs and not around creating PRs in veda-config.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: