skip to Main Content

Azure – Data Factory – pass json to foreach activity

In DataFactory, I'm creating a ForEach activity and in Items I'm using this expression: @createArray(json('{ "daily": { "raw": [ { "entity_name": "ent1", "fetchXML_file": "raw/ent1.xml", "destination_path_base": "/master/raw/ent1" }, { "entity_name": "ent2", "fetchXML_file": "raw/ent2.xml", "destination_path_base": "/master/raw/ent2" }, { "entity_name": "ent3", "fetchXML_file": "raw/ent3.xml",…

VIEW QUESTION

Azure – Synapse workspace upload package

We have set up a pipeline to upload the libraries/packages to synpase workspace using Azure commands az synapse workspace-package upload --workspace-name testsw --package C:/python.whl I tried appending --overwrite just to overwrite the existing library but it threw error. Do we…

VIEW QUESTION
Back To Top
Search