I want to get the last accessed timestamp for a table in the snowflake
相关问题
- Snowflake merge object / json
- Significance of Constraints in Snowflake
- Lambda error: no module found. Cryptography.hamtaz
- Fetching data with snowflake connector throws Empt
- Split a large json file into multiple smaller file
Not always ideal, but a quick way to find this for one-off questions is to use QUERY_HISTORY
Update: Query to specifically get just the most recent query time. Have to filter out the QUERY_HISTORY queries themselves. This is not especailly fast, and does require that the role that's running this has access to all the relevant history.