You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pr.yml, we currently have a no-op to publish collections to production. Update this step so that the collection is published to production when the PR is merged.
run: echo "NO-OP. This step runs when a PR is merged."
The dataset DAG now has an optional transfer option which transfers the assets to the production bucket and then starts discovery and ingest: NASA-IMPACT/veda-data-airflow#259.
Acceptance Criteria
no-op step is removed and replaced with a step that transfers assets and then publishes the collection to production when the PR is merged
relevant testing is done to ensure step works correctly
The text was updated successfully, but these errors were encountered:
botanical
changed the title
Update pr.yml to publish collections to production upon PR merge
Update pr.yml to publish collections to production upon PR merge and handle staging collections
Nov 20, 2024
botanical
changed the title
Update pr.yml to publish collections to production upon PR merge and handle staging collections
Update pr.yml to publish collections to production upon PR merge
Dec 9, 2024
Context
In pr.yml, we currently have a no-op to publish collections to production. Update this step so that the collection is published to production when the PR is merged.
veda-data/.github/workflows/pr.yml
Lines 233 to 241 in 57f1005
The dataset DAG now has an optional
transfer
option which transfers the assets to the production bucket and then starts discovery and ingest: NASA-IMPACT/veda-data-airflow#259.Acceptance Criteria
The text was updated successfully, but these errors were encountered: