How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Interpreting Script activity output json with Azure Data Factory\Synapse analytics

calendar_today February 1, 2024 person Subashri_Vasu domain microsoft-azure-synapse-analytics

Script activity in Azure Data Factory\ Synapse analytics is very helpful to run queries against data sources mentioned here in this document. When we use two or more queries in the script activity, it is important to understand the output json of script activity to write expressions based on the output in the subsequent activities. Consider the below Pipeline design: We have two select queries as follows in script activity, and each of which will give a resultSet.

open_in_new Read original post