DataConnection Type
The SnowflakeConnection object.
Remarks
The SnowflakeConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Snowflake -Url 'https://myaccount.region.snowflakecomputing.com' -User 'Admin' -Password 'test123' -Database 'Northwind' -Warehouse 'TestWarehouse' Account 'Tester1' $conn | GM