Add oco3 SAM COGs dataset config#333
Conversation
Workflow StatusStarting workflow... View action run Collection Publication Status➡️ oco3-co2-sam-l3-cogs: Successfully published ✅ |
|
@botanical @anayeaye the action to publish collection to staging appears successful but I get a not found response for https://staging.openveda.cloud/api/stac/collections/oco3-sam-cogs - is it possible something is silently failing in the DAG or there is a different STAC endpoint it is publishing to? Where can I troubleshoot the Airflow DAG workflow? |
|
@abarciauskas-bgse you can check https://sm2a.staging.openveda.cloud/home. I took a glance see that it is silently failing https://sm2a.staging.openveda.cloud/dags/veda_dataset_pipeline/grid?run_id=veda_dataset_pipeline-f18f7888-2b45-4983-8a58-3d2b26d72882&execution_date=2025-03-14+16%3A32%3A12.445116%2B00%3A00&tab=logs&dag_run_id=veda_dataset_pipeline-f18f7888-2b45-4983-8a58-3d2b26d72882&task_id=Collection.ingest_collection. Can you view that page at all? If not, let me know and I can share the logs with you. |
|
I can see and (I think) understand the error, thank you @botanical ! |
|
The 422 error is I believe this has to do with how we're validating the collection schema here. This could be a pydantic v2 thing where we need to do |
|
I added more files (100/4990) to the staging bucket and some items are failing (or at least one with It took me a while to track down how to get the logs for the Could we include a link to the run (e.g. https://sm2a.staging.openveda.cloud/dags/veda_dataset_pipeline/grid?run_id=veda_dataset_pipeline-193bce76-2d7e-42d5-94f0-fc162e5bfc53) in the CI output? Or is it already there and I could not find it? Also curious how to navigate to the logs for a specific task - I generated the URL from inspecting the URL Jennifer shared. |
|
I think that there is only one file failing but that is causing the other 99 not to be published. Is there a way to report on failures but still publish the rest of the items? (I'm going to try to remove just that one file for now) |
No description provided.