Snowflake Integration Discovered Resources
Discovered Resources
The Euno-Snowflake integration discovers the following resources:
Snowflake views
name
The name of the Snowflake view. This does not include the database or schema. So, for example, if the full name of the view is some_database.some_schema.some_view
, then Euno will set the name
to some_view
type
always table
database technology
always snowflake
materialized
false
schema
the name of the snowflake schema this table is in. For example, for the view some_database.some_schema.some_view
, this will be set to some_schema
.
database
the name of the snowflake schema this table is in. For example, for the view some_database.some_schema.some_view
, this will be set to some_database
.
created at
the time this view was created
updated at
the time this view's definition was last updated
description
If the view has a COMMENT, then it will be used as the description
owner
The Snowflake users set as the owner of the view
Last updated