This means that the dev environment setup instructions from README.md are currently a bit broken.
(The work, technically, but the resulting setup is suboptimal for testing).
In particular, we should add:
DATA_GOV_API_KEY=not_set
...
LOADER_FILE_AGE=1
To Reproduce
Follow the README.md to setup the local development environment.
Turn on the smithsonian_workflow, flickr_workflow, and tsv_to_postgres_loader
Watch the smithsonian_workflow fail, and watch the tsv_to_postgres_loader take at least 15 minutes after the completion of flickr_workflow to actually load anything.
Expected behavior
Everything should work properly, and the time before tsv_to_postgres_loader loads a file should be set more conveniently for testing.
Bug Description
Some environment variables are missing from
This means that the dev environment setup instructions from
README.md
are currently a bit broken.(The work, technically, but the resulting setup is suboptimal for testing).
In particular, we should add:
To Reproduce
README.md
to setup the local development environment.smithsonian_workflow
,flickr_workflow
, andtsv_to_postgres_loader
smithsonian_workflow
fail, and watch thetsv_to_postgres_loader
take at least 15 minutes after the completion offlickr_workflow
to actually load anything.Expected behavior
Everything should work properly, and the time before
tsv_to_postgres_loader
loads a file should be set more conveniently for testing.