Skip to content

Commit

Permalink
Update alter_table_properties.sql (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
soispoke authored Aug 30, 2022
1 parent bb5800d commit 45644b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions macros/alter_table_properties.sql
Original file line number Diff line number Diff line change
Expand Up @@ -560,19 +560,19 @@ ALTER TABLE airdrop_optimism.addresses SET TBLPROPERTIES ('dune.public'='true',
{% endset %}

{% set tornado_cash_deposits %}
ALTER VIEW tornado_cash.deposits SET TBLPROPERTIES ('dune.public'='true',
ALTER TABLE tornado_cash.deposits SET TBLPROPERTIES ('dune.public'='true',
'dune.data_explorer.blockchains'='["ethereum", "bnb", "avalanche", "gnosis", "optimism", "arbitrum"]',
'dune.data_explorer.category'='abstraction',
'dune.data_explorer.abstraction.type'='sector',
'dune.data_explorer.abstraction.type'='project',
'dune.data_explorer.abstraction.name'='tornado_cash',
'dune.data_explorer.contributors'='["hildobby", "dot2dotseurat"]');
{% endset %}

{% set tornado_cash_withdrawals %}
ALTER VIEW tornado_cash.withdrawals SET TBLPROPERTIES ('dune.public'='true',
ALTER TABLE tornado_cash.withdrawals SET TBLPROPERTIES ('dune.public'='true',
'dune.data_explorer.blockchains'='["ethereum", "bnb", "avalanche", "gnosis", "optimism", "arbitrum"]',
'dune.data_explorer.category'='abstraction',
'dune.data_explorer.abstraction.type'='sector',
'dune.data_explorer.abstraction.type'='project',
'dune.data_explorer.abstraction.name'='tornado_cash',
'dune.data_explorer.contributors'='["hildobby", "dot2dotseurat"]');
{% endset %}
Expand Down

0 comments on commit 45644b4

Please sign in to comment.