Unable to execute stored procedure (Redshift) using Redshift Execute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2019 10:31 AM
SQL:
CALL get_result_set(1, ‘mycursor’);
FETCH ALL FROM mycursor;
Failure: SQL operation failed, Reason: A result was returned when none was expected., error code: 0, SQL state: 0100E, Resolution: Please check for valid Snap properties and input data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2019 11:18 AM
Redshift stored procedure is not something that is supported today as part of the Redshift Snap Pack.
We have an enhancement request filed for this, for future consideration. It will be great if you could share additional information around your use case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2019 12:13 PM
Hi there,
Until the enhancement is ready , is there any workaround to execute a Redshift stored procedure that returns a result set.
Thanks
