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
Pelican in meta_data_aggregator.py currently just takes the OCID prefix from the ocid of the first release/record, and the license (and publication policy) from the first package.
It also executes a single SQL query to get the published from/to dates.
We can add an endpoint to perform these simple, fast queries.
The text was updated successfully, but these errors were encountered:
In #424 I'm also deleting an unused /collections/ list endpoint. It had a query to count the types of steps, which can be more easily rewritten as follows:
If we ever need it in future (e.g. we can add it to models.py and then use it in the collectionstatus command (e.g. instead of just giving the total count of steps).
The registry currently sets the following from Pelican:
Pelican in
meta_data_aggregator.py
currently just takes the OCID prefix from the ocid of the first release/record, and the license (and publication policy) from the first package.It also executes a single SQL query to get the published from/to dates.
We can add an endpoint to perform these simple, fast queries.
The text was updated successfully, but these errors were encountered: