Azure / Azure/Azure-DataFactory

Unable to call snowflake stored procedure using Script activity by passing parameters

Open
#567 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
529
Forks
623
PR merge metrics
No merged PRs in 30d

Description

I am trying to call 2 snowflake stored procedures using script activity.

Stored procedures are as follows:

DUMMY1();

DUMMY2(Message VARCHAR);

I am able to call the one without arguments, but not able to call the one with parameters.

I get the following error :

ERROR [07002] [Microsoft][ODBC] (10690) Expected descriptor record does not exist during query execution.

Below are the ways I tried :
1. CALL DUMMY('Welcome')
2. CALL DUMMY(?) - created one script parameter

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.