Catalog Delete
Overview
The Catalog Delete Snap enables you to delete the partitions within a specific Tables in the SnapLogic Data Catalog.

Read-type Snap
Does not support Ultra Tasks
Prerequisites
Write access to the SnapLogic data catalog.
Snap views
| View | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input | This Snap has exactly one document input view. A document containing metadata to be deleted from the Data Catalog. |
|
| Output | This Snap has exactly one document output view. A document containing status messages on the result of the delete operation. |
|
| Error |
Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:
Learn more about Error handling in Pipelines. |
|
Snap settings
- Expression icon (
): Allows using pipeline parameters to set field values dynamically (if enabled). SnapLogic Expressions are not supported. If disabled, you can provide a static value.
- SnapGPT (
): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
- Suggestion icon (
): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
- Upload
: Uploads files. Learn more.
| Field / Field set | Type | Description |
|---|---|---|
| Label | String | Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline. Default value: Catalog Delete Example: Catalog Delete |
| Table Name | Dropdown list/Expression | Required. Enter the name of the target Table Asset in the Data Catalog. You can either enter this information manually or you can select the table from the suggestible drop-down. Default value: None. Example: /<Org>/<Project_Space>/<Project>/<Table_Name> |
| Data location | String/Expression | Enter the location of the source data from which the Table Asset in the Data Catalog originates. Default value: None. Example: parquetesting1.parquet |
| 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. |
|
| Key Name | String/Expression | Specify the key you want to use to locate a specific partition in a metadata
table. Default value: None. Example: airline_code |
| Operator | Dropdown list/Expression | Specify the operator to use to locate the table partition. Default value: = Example: != |
| Key Value | Integer/Expression | Specify the value to use to locate the table partition. Default value: None. Example: 10 |
| Snap execution | Dropdown list |
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Execute Only Example: Validate & Execute |