Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Errors enabling Native Query / Query Folding for Snowflake queries

I am trying to enable Incremental Refresh for a data model.  The model has numerous queries to our Snowflake instance.  I have followed the steps from numerous websites to modify the query to enable ...
  • ppm1's avatar
    ppm1
    3 years ago

    Just because View Native Query is greyed out, it doesn't mean your query isn't folding. You can confirm by looking at the query hitting Snowflake, or just do a simple experiment. Try refreshing your preview or loading a small amount of data with a narrow filter (e.g., one day, one dimension value) and confirm it loads quickly. With Snowflake, if your query is simple filters, select columns, etc., it should fold (do those steps first if you also need to do more complex transforms that may not fold.

     

    Pat