Add-Snowflake Cmdlet
Inserts Snowflake data.
Syntax
Add-Snowflake [parameters]
Remarks
The Add-Snowflake cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Snowflake records.
Add-Snowflake -Connection $connection -Table "[DemoDB].[PUBLIC].Products" -Columns @("ProductName") -Values @("Ikura")