Required. The name for the Snap. Modify this to be more specific, especially if there are more than one of the same Snap in the pipeline.
Table Name
Enter the name of the Table Asset in the Data Catalog to be deleted.
Data Location
Enter the location of the source data from which the Table Asset in the Data Catalog originates.
Partition Keys
Add the partition keys which you want to delete. You list the partition keys by specifying Key Column and Key Value combinations to identify the precise row and column from which to create a partition.
Default value: None
Key Column
Specify the key you want to use to locate a specific partition in a metadata table.
Example: airline_code
Default value: None
Operator
Specify the operator to use in thecondition requiredto locate the table partition.
Example: !=
Default value: =
Key Value
Specify the value that you want to use in the condition required to locatethe table partition.
Example: 10
Default value: None
Snap execution
Select one of the three modes in which the Snap executes. Available options are:
Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.
Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.
Disabled: Disables the Snap and all Snaps that are downstream from it.