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
Update GTFS schedule schema to include authentication fields
Update operations to include authentication info
Update latest dataset URL workflow
The text was updated successfully, but these errors were encountered:
emmambd
changed the title
Create a conditional check on ZIP file test to accommodate API sources
Create a conditional check on tests to accommodate API sources
Apr 7, 2022
Right now, only sources that return a ZIP file on download can be logged in the catalogs, since we are running checks to verify if the URL opens a valid file.
It seems like a format like {API_KEY_<MBD_ID>} could be little easier for storing keys as repo-secrets – but also could do {API_KEY} and then do the joining to MBD_ID on the backside.
Yes we can. We should store them so that the daily cron job downloads the latest dataset, unless we should not make publicly available datasets requiring an API key to be downloaded. This is most likely something described by the license, so it would be on a case by case basis.
What problem are we trying to solve?
Right now, GTFS schedule sources that are served by an API cannot be included in the database. We want to be able to add them.
How do we know when this is done?
Tasks
The text was updated successfully, but these errors were encountered: