cowprotocol / dune-bridge

Other
4 stars 3 forks source link

App Data Update (Prod/Staging) #17

Closed bh2smith closed 2 years ago

bh2smith commented 2 years ago

Currently we are updating a single table in Dune. This means if we run the app data script in both production and staging the two different versions of the query will disagree with each other.

Proposed Solution

append a parameter to the table name

dune_user_generated.gnosis_protocol_v2_app_data_{environment}

where we pass staging/prod as parameter names.

bh2smith commented 2 years ago

Closed by #18