Skip to content
Binary file added bin/parquet/CommunityToolkit.HighPerformance.dll
Binary file not shown.
Binary file not shown.
Binary file added bin/parquet/Parquet.Net.dll
Binary file not shown.
Binary file added bin/parquet/Snappier.dll
Binary file not shown.
1 change: 1 addition & 0 deletions dbatools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@
'Grant-DbaAgPermission',
'Export-DbaCsv',
'Import-DbaCsv',
'Import-DbaParquet',
'Import-DbaPfDataCollectorSetTemplate',
'Import-DbaRegServer',
'Import-DbaSpConfigure',
Expand Down
1 change: 1 addition & 0 deletions dbatools.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ if ($PSVersionTable.PSVersion.Major -lt 5) {
'Resolve-DbaPath',
'Export-DbaCsv',
'Import-DbaCsv',
'Import-DbaParquet',
'Invoke-DbaDbDataMasking',
'New-DbaDbMaskingConfig',
'Get-DbaDbccSessionBuffer',
Expand Down
1,121 changes: 1,121 additions & 0 deletions public/Import-DbaParquet.ps1

Large diffs are not rendered by default.

377 changes: 377 additions & 0 deletions tests/Import-DbaParquet.Tests.ps1

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/pester.groups.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ $TestsRunGroups = @{
'Get-DbaWaitStatistic',
'Get-DbaWindowsLog',
'Import-DbaCsv',
'Import-DbaParquet',
'Import-DbaPfDataCollectorSetTemplate',
'Import-DbaRegServer',
'Install-DbaDarlingData',
Expand Down
Loading