1
transfers_ethereum.eth bugged
Peter Yoo
when I run the query
SELECT * FROM transfers_ethereum.eth
it returns error
Error: Line 1:15: Failed analyzing stored view 'delta_prod.transfers_ethereum.eth': line 16:3: Failed parsing stored view 'spark_prod.transfers_ethereum.eth': line 3:11: mismatched input 'from'. Expecting: '*', <identifier> at line 1, position 15. Did you mean to use a column named 'from'? 'from' is a reserved keyword. Please escape it in double quotes: "from" [Execution ID: 01HD3E7VRC7SX0HDZKCHRVKQXQ].
The same query does not return error for any other chains, such as
transfers_optimism.eth
transfers_base.eth
etc.