Stored Procedure (Snowflake) activity

An activity that runs a stored procedure in Snowflake.


Stored Procedure activity

Configure the Stored Procedure activity

Prerequisites

Good to Know

How to Start

  1. Open Process Builder.

    For information about how to open this screen, refer to Process Builder.


    Open Process Builder
  2. In Process Builder, in the Activity Library, open the Snowflake tab.

    Open Insert Records tab
  3. On the Snowflake tab, drag the Stored Procedure activity onto your process.

    Drag Stored Procedure activity

General Configuration

Specifies the basic settings for the Stored Procedure activity.

Figure: General Configuration screen

General Configuration screen

Good to Know

  • Documentation for this screen is provided for completeness. The fields are mostly self-explanatory.

Fields

Field NameDefinition

Display Name

Function:
Specifies the activity name that shows in your process.
Accepted Values:
One line of text that can have spaces.
Default Value:
None
Accepts Process Data Variables:
No
Example:
This is a common configuration field that is used in many examples. Refer to:
  • Examples - Step-by-step use case examples, information about what types of examples are provided in the AgilePoint NX Product Documentation, and other resources where you can find more examples.

Description

Function:
Specifies an optional text description for your activity.
Accepted Values:
More than one line of text.
Default Value:
None
Accepts Process Data Variables:
No

Stored Procedure Configuration

Specifies the configuration for the stored procedure that runs in Snowflake.

Figure: Stored Procedure Configuration screen

Stored Procedured Configuration screen

Fields

Field NameDefinition

Snowflake

Function:
Specifies the access token that connects to your Snowflake service.
Accepted Values:
A list of access tokens configured for your environment.
Default Value:
None
Example:
Refer to:

Create Add Token icon

Opens this Screen:
Access Token for Snowflake
Function of this Screen:
Configure an access token to connect to Snowflake..
Example:
Refer to:

Warehouse

Function:
Specifies the warehouse in Snowflake where the stored procedure runs.
Accepted Values:
A warehouse from the list.

When you select an access token from the Snowflake field, this field shows the warehouse names associated with the Snowflake access token.

Default Value:
None
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Database

Function:
Specifies the name of the database where the stored procedure executes.
Accepted Values:
A database name from the list.

When you select the warehouse from the Warehouse field, this field shows the database names associated with the warehouse.

Default Value:
None
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Schema

Function:
Specifies the name of the schema where the stored procedure executes.
Accepted Values:
A schema name from the list.

When you select the database from the Database field, this field shows the schemas associated with the database.

Default Value:
None
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation. It is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business use cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, or other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Stored Procedure

Function:
Specifies the name of the stored procedure to run in Snowflake.
Accepted Values:
A stored procedure from the list.

When you select a schema, the stored procedures associated with the schema show in this field.

Default Value:
None
Accepts Process Data Variables:
No

Request Mapping

Function:
Maps the data for the stored procedure from the Snowflake data model to your process schema.
Accepted Values:
Click the Schema Mapping Schema Mapping icon button to open the Schema Mapper screen.

Use this screen to connect the request to the data model for your process.

Default Value:
None
Example:
Refer to:

Store Return Value In This Variable

Function:
Specifies a process data variable to store the result of the stored procedure.

This value comes from Snowflake.

Accepted Values:
A process data variable.

The data type for this variable must match the data type for the result of the stored procedure.

Default Value:
None
Accepts Process Data Variables:
Yes