select * from table(information_schema.query_history())
I am currently working with Snowflake to view the query history. However, when I attempt to execute the same command in Python, following its syntax rules, I encounter an error stating ‘INVALID IDENTIFIER’ for ‘information_schema’.
I encounter an error stating ‘INVALID IDENTIFIER’ for ‘information_schema’.