-
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
Copy Assets from MCP staging to production buckets #100
Comments
Merged a PR to fix the transfer DAG: NASA-IMPACT/veda-data-airflow#121 |
Tested the following transfer in
I didn't get any errors in airflow. @anayeaye or @botanical when you get a chance can you check if this worked in MCP? |
Doing some testing and the airflow DAG can't work without appropriate PUT permission to
But do we know if there's a similar policy in MCP for |
@smohiudd how would I check the dev MWAA transfer in MCP? I see a role in MCP called
and another role
|
@botanical the transfer I ran last night didn't work (you can check by seeing if there are files in the bucket). The DAG failed without error - handler needs some re work. I ran another test today locally using a fixed handler and it did work for @anayeaye created a new role for us to use in the airflow transfer handler that should allow PUT operations to the |
I see 45 objects in veda-data-store/geoglam/ in MCP which were created around |
Another PR to fix the transfer util: NASA-IMPACT/veda-data-airflow#122 The transfer DAG is working in |
I ran a transfer on Friday and it went OK. There are a few collections I need to rerun but I would say we're most of the way there. These collections failed because of incorrect errors or config files and need to be run again:
Also, below are special case collections which weren't part of the batch and will require manual transfers.
These datasets will be transferred at a later time:
|
What
To support a production instance, STAC assets that are currently in
veda-data-store-staging
must be copied toveda-data-store-production
.DAG in airflow to copies assets - confirm if its operational in
dev
orstaging
PI Objective
Objective 4: Publish production data
Acceptance Criteria
veda-data-store-staging
are available inveda-data-store
The text was updated successfully, but these errors were encountered: