cowprotocol / dune-sync

Components for syncing off-chain data with Dune Community Sources
4 stars 1 forks source link

[Trivial] remove optional env vars from critical path #105

Closed fleupold closed 2 months ago

fleupold commented 2 months ago

VOLUME_PATH and AWS env vars aren't needed anymore for the app_data job and so they shouldn't be required in the environment (cf. https://github.com/cowprotocol/infrastructure/pull/1770/files#diff-6ed79a81a644cd7d10f8cdd1395db1c2371d171337c95f5699db5c906a0b8682R44-R48)

Test Plan

Run python3 -m src.main --sync-table app_data without any of the unrelated env vars defined.