owid / etl

A compute graph for loading and transforming OWID's data
https://docs.owid.io/projects/etl
MIT License
58 stars 18 forks source link

:bug: Always make OWID_ENV match etl.config #2846

Closed Marigold closed 1 week ago

Marigold commented 1 week ago

Create OWID_ENV from etl.config so that they always match. It'd be nice to DRY it so that we don't have MySQL credentials duplicated in OWID_ENV and in etl.config.DB_*.

@lucasrodes will this work for production & staging servers? Is there a situation where we'd need load_from_local?