23: While cloning schema or database, pipes that refer external stage are cloned and the ones that reference internal stage are not cloned
25: VARCHAR without length is same as VARCHAR with max length
31: Only Enterprise+ accounts can opt for early release access
34: Resource Monitors with "Suspend Immediate" may still incur charges while the VWH is being suspended
36: Snowflake's full release consists of 3 stages spread out over 2 days, i.e. stage 1, all early access stage 2: all standard stage 3: all enterprise+.
state 1 happens on day 1, Stage 2 may happen on day 1 or 2, stage 3 happens on day 2
patch release moved to all customers on the same day
40: converting char to boolean: (false, 0, no) all abbreviations and cases
57: Only AccountAdmin can create a SHARE
58: Standard views cannot be shared, only secured views can be
6: set auto_suspend=NULL (not 0) to ensure WH never suspends
21: Internal named stage cannot be cloned
25: Use WAREHOUSE_METERING_HISTORY in either information_schema or account_usage, or Web UI to find out credit used
27: Sharing data from/to VPS edition isn't supported
30: SQLs start running after all servers have been provisioned within a warehouse, but on a server failure, Snowflake starts running SQL when at least 50% of the servers are available
12: Commands to find out if a stream has become stale: SHOW STREAM or DESCRIBE STREAM
13: TASK_HISTORY view required permission: ownership or monitor or operate on task, monitor execution, accountadmin
16: Only the table owner can create initial stream, additional streams require USAGE on database and schema, CREATE STREAM and SELECT on table
39: COPY INTO with PURGE=TRUE doesn't report error if the file has been successfully loaded but cannot be removed for some reason
44: COPY INTO <location> requires s3:PutObject and s3:DeleteObject permissions, but s3:ListObject is not required
59: system$stream_get_table_timestamp gets current offset
62: For a multi-threaded application use, synchronous queries with separate connection per thread instead of asynchronous queries with single connection shared between threads
73: SI parameter name that limits locations that can be accessed: STORAGE_ALLOWED_LOCATIONS
89: To add clustering, USAGE or ownership privileges on schema and database are required in addition to ownership privilege on the table
91: Default USER_TASK_TIMEOUT_MS is 1 hour before Snowflake kills a long running task
93: Cloning a schema that contains table and a stream, will cause the unconsumed records in cloned stream to be inaccessible