owid / etl

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

:bug: load .env by default instead of loading local #2839

Closed Marigold closed 3 months ago

Marigold commented 3 months ago

OWID_ENV was set to local by default during this refactoring. Wizard then uses it as a default env in function get_staging_creation_time. Since local MySQL doesn't exist in production, wizard fails when trying to connect to it with

Access denied for user 'owid'@'etl-prod-2.owid.org.github.beta.tailscale.net

This PR doesn't load local by default, but from env by default.

owidbot commented 3 months ago
Quick links (staging server): Site Admin Wizard

Login: ssh owid@staging-site-fix-wizard-env

chart-diff: ✅ No charts for review.

Edited: 2024-06-19 07:40:07 UTC Execution time: 4.30 seconds