snowflake.view
Description
Snowflake View
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| name | string | Name of the view |
| kind | string | Kind of view |
| reserved | string | Whether the view is reserved |
| databaseName | string | Database name |
| schemaName | string | Schema name |
| owner | string | Owner of the view |
| comment | string | Comment for the view |
| text | string | Text of the view |
| isSecure | bool | Whether the view is secure |
| isMaterialized | bool | Whether the view is materialized |
| ownerRoleType | string | Owner role type |
| changeTracking | string | View change tracking |