Defining Snowflake Views

The following properties are applicable to a Snowflake View object.

Tab

Property

Description

General

Recursive Specifies whether the view can refer to itself using recursive syntax without using a common table expression
Secure Specifies whether the view is secure
Copy Grants Specifies whether the access permissions from the original view are retained when a new view is created

Note: While doing REDB, Views are attached to incorrect tables when they have

  • the same name but are
  • present in different schemas and are
  • derived from different tables (that have same names) in different schemas.