IncludeTableTypes Parameter (Connect-Snowflake Cmdlet)
Specifies whether the Snowflake connection reports the types of individual tables and views during metadata retrieval. When enabled, the connection returns detailed information about whether objects are standard tables, views, or materialized views.
Syntax
Connect-Snowflake -IncludeTableTypes SwitchParameter
Data Type
bool
Default Value
false
Remarks
Set IncludeTableTypes to 'true' if your application requires metadata type information. Enabling this option may increase data retrieval time slightly, especially in schemas with a large number of objects.