...
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Overview
You can use this Snap to execute stored procedures in the Azure Synapse SQL Database.
...
Snap Type
The Azure Synapse SQL - Stored Procedure Snap is a WRITE-type Snap.
Prerequisites
Valid Azure Synapse SQL Account.
Access to the Azure Synapse database and the required permissions to write.
Support for Ultra Pipelines
Works in Ultra Pipelines.
Limitations
Multiexcerpt include macro name Azure_Synapse_SQL_Driver_Limitation templateData [] page Azure Synapse SQL - Bulk Load addpanel false This Snap depends on metadata for executing Stored Procedures. There is a JDBC limitation to access System stored procedure metadata. Therefore, you cannot use this Snap to execute the system Stored Procedures.
This Snap does not display any error when you use invalid Stored Procedures. Therefore, we recommend that you use the Suggestions list to populate the available stored procedures list from the server.
Known Issues
None.
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| If an input view is defined, then values from an incoming document can be used as input parameters to the stored procedure. |
Output | Document |
|
| If the procedure contains any OUT parameters, they are written to the output view. |
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:
Learn more about Error handling in Pipelines. |
Snap Settings
Info |
---|
|
Field Name | Field Type | Description | ||
---|---|---|---|---|
Label* Default Value: Azure Synapse SQL - Stored Procedure | String | Specify a unique name for the Snap. | ||
Schema Name Default Value: N/A | String/Expression/Suggestion | Specify the schema name of the database where the Stored Procedure resides. | ||
Package Name Default Value: N/A | String/Expression/Suggestion | Specify the package name that contains the Stored Procedures. | ||
Stored Procedure Name Default Value: N/A | String/Expression/Suggestion | Specify the Stored Procedure name to execute. If a package is defined, then it will only return the procedures of that package. If a schema is defined and no package is defined, then the Snap returns all procedures of that schema. | ||
Parameter Values | Use this field set to specify advanced parameters that you want to include in the request. | |||
Parameter Value Default Value: None | String/Expression | Select the input parameter values for the stored procedure. The parameter values are bound to the input columns in the order they appear in the list. Therefore, you must define the values in the same order as they appear in the Stored Procedure definition.
| ||
Snap Execution Default Value: | Dropdown list | Select one of the three modes in which the Snap executes. Available options are:
|
Example
Calling a Stored Procedure
This example Pipeline demonstrates how to call a simple stored procedure.
...
Step 3: Connect the File Writer Snap to the JSON Formatter Snap to write the employee.json to the SnapLogic database.
...
Downloads
Info |
---|
|
Attachments | ||||
---|---|---|---|---|
|
Snap Pack History
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...