NOAA-GSL / VxIngest

Other
2 stars 0 forks source link

Modify Ingest code to point to 'development' scope #397

Open gopa-noaa opened 1 month ago

gopa-noaa commented 1 month ago

Currently data is on collections under the _default scope. Code and probably externalized configurations needs to change to point from _default to 'development scope. The externalized configuration should only go down as far as bucket and scope, NOT to collection level, since application code will need to access data from multiple collections under a scope, specifically because we now have a 'COMMON' collection, that would also be pertinent to the application.

gopa-noaa commented 1 month ago

This issue is blocked by: https://github.com/NOAA-GSL/VxIngest/issues/396