Skip to content

Conversation

@botanical
Copy link
Member

@botanical botanical commented Dec 11, 2025

Summary:

https://github.com/NASA-IMPACT/veda-architecture/issues/677

Changes

  • Created a DAG to tag a list of collections with a tenant property
  • Added a function to fix normalizing dates, which I noticed when I was testing updating collections with my DAG

PR Checklist

  • Unit tests
  • Ad-hoc testing - Deploy changes and test manually
  • Integration tests
  • Infrastructure changes - test using terraform validate and terraform plan

for x in list(temporal_extent.values())
]
]
"interval": [normalized_values]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smohiudd do you know if this is where the existing date bug is?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it may be in the ingest API

@botanical botanical marked this pull request as ready for review December 12, 2025 22:12
type=["null", "string"],
description="STAC catalog endpoint URL to fetch all collections from (optional if collections is provided)"
),
"tenant": Param(default=None, type="string", description="Tenant ID to tag the collection with (will be set as eic-tenant property)"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because tenant filter field is configurable in the backend should we use two keys in this config tenant_filter_field and tenant_filter_value?
https://github.com/NASA-IMPACT/veda-backend/blob/dbd05924d7c04eeeec9ed88cc445a7b33a312261/stac_api/runtime/src/config.py#L103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants