Schema Parameter (Connect-Snowflake Cmdlet)
Specifies the schema within the Snowflake database to which the connection will be made. Providing a schema name helps narrow down the scope of database objects being accessed, improving performance when retrieving metadata and executing queries.
Syntax
Connect-Snowflake -Schema string
Data Type
cstr
Default Value
""
Remarks
By specifying a schema, you can reduce the scope of metadata retrieval, which is particularly useful when working with large databases. If not specified, the connection may default to the schema defined by the user's default role or configuration.