Source
A query using a correlated column inside a window function fails with internal error 300010:391167117
SOLUTION: To resolve this issue, avoid using correlated columns inside a window function. This can be achieved by moving the window aggregation function to the outer query.
Search Optimization: When & How To Use - Part 2/3
ISSUE: How to check which services to use on a table out of Search Optimization and Auto Clustering.
AWS PrivateLink and Snowflake detailed troubleshooting Guide
FAQ: Step 1. Verify DNS resolution Execute the following commands in your terminal window per requirements for CNAME as found here, https://docs.snowflake.com/en/user-guide/admin-security-privatelink.html#step-2-configure-your-vpc-network …