You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to model the snowflake.account_usage.access_history, since it contains a bunch of nested JSON columns that aren't easy to query. We need to be able to answer questions like:
most expensive queries against a particular table with poor pruning (help inform clustering keys)
most frequently executed queries against a table (help inform clustering keys)
We need to model the
snowflake.account_usage.access_history
, since it contains a bunch of nested JSON columns that aren't easy to query. We need to be able to answer questions like:Bunch of good work in here for reference: https://github.com/jaysobel/dbt-snowflake-queries. Need to connect with Jay, he had found some gotchas with these models.
The text was updated successfully, but these errors were encountered: