Forum Discussion
girishtharwani2
11 months agoHelper III
Could not read message metadata
Hi, I am using stored procedure to load data from Stg to DWH in Snowflake. The stored procedure worked in snowflake UI however same stored procedure is not working in fabric pipeline. Int...
- 10 months ago
Thanks for the suggestions.
The issue was, snowflake was returning column which has length more than 100000 and lookup can not return lengths till 99000.
Trimmed the message to 99000 in snowflake and it worked.
Thanks,
Girish
girishtharwani2
10 months agoHelper III
Thanks v-karpurapud for the quick assistance.
It is expected that SP will return counts of rows updated and inserted and it has been working for other tables.
I use lookup activity to execute the SP.
Your help will be appreciated.
Thanks,
Girish