Add-AmazonAthena Cmdlet
Inserts Amazon Athena data.
Syntax
Add-AmazonAthena [parameters]
Remarks
The Add-AmazonAthena cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Amazon Athena records.
Add-AmazonAthena -Connection $connection -Table "[AwsDataCatalog].[sampledb].Customers" -Columns @("TotalDue") -Values @("Jon Doe")