Add-Avro Cmdlet
Inserts Avro data.
Syntax
Add-Avro [parameters]
Remarks
The Add-Avro cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Avro records.
Add-Avro -Connection $connection -Table "SampleTable_1" -Columns @("Column1") -Values @("Jon Doe")