PsDataFactory

PsDataFactory is a PowerShell module to generate DataFactory pipelines and datasets.

View the Project on GitHub abbgrade/PsDataFactory

New-AdfCopyActivity

SYNOPSIS

SYNTAX

New-AdfCopyActivity [-Name] <String> [-Source] <PSObject> [-SourceType] <Object>
 [[-AdditionalSourceColumns] <Object>] [[-SourceQueryTimeout] <Object>] [-Sink] <PSObject> [-SinkType] <Object>
 [[-SinkWriteBehavior] <Object>] [-SqlWriterUseTableLock] [[-Timeout] <Object>] [[-DependsOn] <Object>]
 [[-Translator] <Object>] [[-SinkStagingSettings] <Object>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

EXAMPLES

Example 1

PS C:\> 

PARAMETERS

-AdditionalSourceColumns

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DependsOn

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 9
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Sink

Type: PSObject
Parameter Sets: (All)
Aliases:

Required: True
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SinkStagingSettings

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 11
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SinkType

Type: Object
Parameter Sets: (All)
Aliases:
Accepted values: AzureSqlSink, SqlSink, DelimitedTextSource, AzureDatabricksDeltaLakeSink

Required: True
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SinkWriteBehavior

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Source

Type: PSObject
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SourceQueryTimeout

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SourceType

Type: Object
Parameter Sets: (All)
Aliases:
Accepted values: AzureSqlSource, SqlSource, DelimitedTextSource

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SqlWriterUseTableLock

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Timeout

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Translator

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 10
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES