Skip to Content

Snowflake Update Activity

Introduction

A Snowflake Update activity, using its Snowflake connection, updates table data in Snowflake and is intended to be used as a target to consume data in an operation.

Create a Snowflake Update Activity

An instance of a Snowflake Update activity is created from a Snowflake connection using its Update activity type.

To create an instance of an activity, drag the activity type to the design canvas or copy the activity type and paste it on the design canvas. For details, see Creating an Activity Instance in Component Reuse.

An existing Snowflake Update activity can be edited from these locations:

Configure a Snowflake Update Activity

Follow these steps to configure a Snowflake Update activity:

  • Step 1: Enter a Name and Select a Table
    Provide a name for the activity and select a table or view.

  • Step 2: Select Update Keys
    Specify the columns to be used for update keys.

  • Step 3: Select an Approach
    Different approaches are supported for updating data to Snowflake. Choose from either Direct Mapping or Stage File. When using the Stage File approach, you can select either the Use Existing Stage or Use Temporary Stage options.

  • Step 4: Review the Data Schemas
    The request and response schemas generated from the endpoint are displayed. The schemas displayed depend on the Approach specified in the previous step.

Step 1: Enter a Name and Select a Table

In this step, provide a name for the activity and select a table or view (see Snowflake's Overview of Views). Each user interface element of this step is described below.

Snowflake Update Activity Configuration Step 1

  • Name: Enter a name to identify the activity. The name must be unique for each Snowflake Update activity and must not contain forward slashes / or colons :.

  • Select a Table: This section displays tables available in the Snowflake endpoint. When reopening an existing activity configuration, only the selected table is displayed instead of reloading the entire table list.

    • Selected Table: After a table is selected, it is listed here.

    • Search: Enter any part of the table name into the search box to filter the list of tables. The search is not case-sensitive. If tables are already displayed within the table, the table results are filtered in real time with each keystroke. To reload tables from the endpoint when searching, enter search criteria and then refresh, as described below.

    • Refresh: Click the refresh icon Refresh icon or the word Refresh to reload tables from the Snowflake endpoint. This may be useful if tables have been added to Snowflake. This action refreshes all metadata used to build the table of tables displayed in the configuration.

    • Selecting a Table: Within the table, click anywhere on a row to select a table. Only one table can be selected. The information available for each table is fetched from the Snowflake endpoint:

      • Name: The name of an object, either a table or a view.

      • Type: The type of the object, either a table or a view.

    Tip

    If the table does not populate with available tables, the Snowflake connection may not be successful. Ensure you are connected by reopening the connection and retesting the credentials.

  • Save & Exit: If enabled, click to save the configuration for this step and close the activity configuration.

  • Next: Click to temporarily store the configuration for this step and continue to the next step. The configuration will not be saved until you click the Finished button on the last step.

  • Discard Changes: After making changes, click to close the configuration without saving changes made to any step. A message asks you to confirm that you want to discard changes.

Step 2: Select Update Keys

In this step, specify the columns to be used for update keys. Each user interface element of this step is described below.

Snowflake Update Activity Configuration Step 2

  • Update Keys: Select the columns to be used as keys for the update.

  • Back: Click to temporarily store the configuration for this step and return to the previous step.

  • Next: Click to temporarily store the configuration for this step and continue to the next step. The configuration will not be saved until you click the Finished button on the last step.

  • Discard Changes: After making changes, click to close the configuration without saving changes made to any step. A message asks you to confirm that you want to discard changes.

Step 3: Select an Approach

Different approaches are supported for updating data to Snowflake. Choose from either Direct Mapping or Stage File. When using the Stage File approach, you select either the Use Existing Stage or Use Temporary Stage options.

Direct Mapping Approach

Snowflake Update Activity Configuration Step 3 Direct Mapping Approach

  • Approach: Use the dropdown to select Direct Mapping.

  • Temporary Stage Name: Enter a name to be used for a temporary stage at Snowflake.

  • Back: Click to temporarily store the configuration for this step and return to the previous step.

  • Next: Click to temporarily store the configuration for this step and continue to the next step. The configuration will not be saved until you click the Finished button on the last step.

  • Discard Changes: After making changes, click to close the configuration without saving changes made to any step. A message asks you to confirm that you want to discard changes.

Existing Stage File Approach

Snowflake Update Activity Configuration Step 3 Existing Stage File Approach

  • Approach: Use the dropdown to select Stage File.

  • Stage Type: Use the dropdown to select Use Existing Stage.

  • Select a Stage: This section displays stages available in the Snowflake endpoint. When reopening an existing activity configuration, only the selected stage is displayed instead of reloading the entire stage list.

    • Selected Stage: After a stage is selected, it is listed here.

    • Search: Enter any part of the stage name into the search box to filter the list of stages. The search is not case-sensitive. If tables are already displayed within the table, the table results are filtered in real time with each keystroke. To reload tables from the endpoint when searching, enter search criteria and then refresh, as described below.

    • Refresh: Click the refresh icon Refresh icon or the word Refresh to reload tables from the Snowflake endpoint. This may be useful if you have recently added tables to Snowflake. This action refreshes all metadata used to build the table of tables displayed in the configuration.

    • Selecting a Stage: Within the table, click anywhere on a row to select a stage. Only one stage can be selected. The information available for each stage is fetched from the Snowflake endpoint:

      • Name: The stage name from Snowflake.

      • Type: The stage type from Snowflake.

    Tip

    If the table does not populate with available stages, the Snowflake connection may not be successful. Ensure you are connected by reopening the connection and retesting the credentials.

  • Back: Click to temporarily store the configuration for this step and return to the previous step.

  • Next: Click to temporarily store the configuration for this step and continue to the next step. The configuration will not be saved until you click the Finished button on the last step.

  • Discard Changes: After making changes, click to close the configuration without saving changes made to any step. A message asks you to confirm that you want to discard changes.

Temporary Stage File Approach

Snowflake Update Activity Configuration Step 3 Temporary Stage Stage File Approach

  • Approach: Use the dropdown to select Stage File.

  • Stage Type: Use the dropdown to select Use Temporary Stage.

  • Temporary Stage Name: Enter a name to be used for a temporary stage at Snowflake.

  • Back: Click to temporarily store the configuration for this step and return to the previous step.

  • Next: Click to temporarily store the configuration for this step and continue to the next step. The configuration will not be saved until you click the Finished button on the last step.

  • Discard Changes: After making changes, click to close the configuration without saving changes made to any step. A message asks you to confirm that you want to discard changes.

Step 4: Review the Data Schemas

The request and response schemas generated from the endpoint are displayed. The schemas displayed depend on the Approach specified in the previous step.

These subsections describe the request and response structures for each approach:

These actions are available with each approach:

  • Data Schemas: These data schemas are inherited by adjacent transformations and are displayed again during transformation mapping.

    Note

    Data supplied in a transformation takes precedence over the activity configuration.

    The Snowflake connector uses the Snowflake JDBC Driver and the Snowflake SQL commands. Refer to the API documentation for information on the schema nodes and fields.

  • Refresh: Click the refresh icon Refresh icon or the word Refresh to regenerate schemas from the endpoint. This action also regenerates the schema in other locations throughout the project where the same schema is referenced, such as in an adjacent transformation.

  • Back: Click to temporarily store the configuration for this step and return to the previous step.

  • Finished: Click to save the configuration for all steps and close the activity configuration.

  • Discard Changes: After making changes, click to close the configuration without saving changes made to any step. A message asks you to confirm that you want to discard changes.

Direct Mapping Approach

Snowflake Update Activity Configuration Step 4 Direct Mapping Approach

These are the schema fields visible in the example screenshot above:

  • Request

    Response Schema Field/Node Notes
    updateRequest Node of the update request.
    table Node showing the table name NAME.
    item Node of the item.
    column_A Value for the first column, COLOR.
    column_B Value for the second column, FLOWER.
    . . . Values for the succeeding table columns.
  • Response

    Response Schema Field/Node Notes
    updateResponse Node of the update response.
    noOfRowsUpdated Count of the rows updated.
    errors Node of the errors.
    item Node of the error items.
    errorMessage Error message for the error item.

Stage File Approach

Snowflake Update Activity Configuration Step 4 Stage File Approach

These are the schema fields visible in the example screenshot above:

  • Request

    Request Schema Field/Node Notes
    updateRequest Node of the update request.
    stageName Path or prefix under which the data will be uploaded on the Snowflake stage.
    fileContent Data file contents, in CSV format, that is to be staged for updating in the Snowflake table.
    destPrefix Destination file prefix to be used on the Snowflake stage.
    destFileName Destination file name to be used on the Snowflake stage.
  • Response

    Response Schema Field/Node Notes
    updateResponse Node of the update response.
    noOfRowsUpdated Count of the rows updated.
    errors Node of the errors.
    item Node of the error items.
    errorMessage Error message for the error item.

Next Steps

After configuring a Snowflake Update activity, complete the configuration of the operation by adding and configuring other activities, transformations, or scripts as operation steps. You can also configure the operation settings, which include the ability to chain operations together that are in the same or different workflows.

Menu actions for an activity are accessible from the project pane and the design canvas. For details, see Activity Actions Menu in Connector Basics.

Snowflake Update activities can be used as a target with these operation patterns:

To use the activity with scripting functions, write the data to a temporary location and then use that temporary location in the scripting function.

When ready, deploy and run the operation and validate behavior by checking the operation logs.