Skip to content

Commit d50697f

Browse files
Revert "Expose erc20 transfers as a table, not view (#1258)" (#1274)
This reverts commit ac23da2.
1 parent 72eae10 commit d50697f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spellbook/macros/alter_table_properties.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ ALTER VIEW tokens_ethereum.erc20 SET TBLPROPERTIES ('dune.public'='true',
210210
{% endset %}
211211

212212
{% set transfers_ethereum_erc20 %}
213-
ALTER TABLE transfers_ethereum.erc20 SET TBLPROPERTIES('dune.public'='true',
213+
ALTER VIEW transfers_ethereum.erc20 SET TBLPROPERTIES('dune.public'='true',
214214
'dune.data_explorer.blockchains'='["ethereum"]',
215215
'dune.data_explorer.category'='abstraction',
216216
'dune.data_explorer.abstraction.type'='sector',

0 commit comments

Comments
 (0)