Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move URL where refresher gets list of datasets from into an environment variable #341

Open
simon-20 opened this issue Aug 1, 2024 · 0 comments

Comments

@simon-20
Copy link
Collaborator

simon-20 commented Aug 1, 2024

As a developer, I want to run the various stages of the Pipeline frequently and without waiting very long, so that I can test the code well. Currently, this is hampered because the URL the refresh stage of the Pipeline uses to get the list of datasets is hard coded, and this means if you want to send just a few datasets through the Pipeline when developing/testing locally, you have to modify src/library/refresher.py so that it doesn't process the full list of datasets.

Acceptance criteria
If this URL was an environment variable, it would be easy to substitute with a local mocked service containing appropriate sets of test data.

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

No branches or pull requests

1 participant