skip to Main Content

Does Azure ADF REST API for Activity Runs not return data?

I'm calling the Activity Runs Rest API from a parent pipeline to capture any errors in a child pipeline. However, no data, of any kind, is being returned in the Value array. Here are my settings. Web activity URL https://management.azure.com/subscriptions/@{pipeline().globalParameters.SubscriptionId}/resourceGroups/@{pipeline().globalParameters.ResourceGrpName}/providers/Microsoft.DataFactory/factories/@{pipeline().DataFactory}/pipelineruns/@{pipeline().RunId}/queryActivityRuns?api-version=2018-06-01…

VIEW QUESTION

Azure – Unable to convert XML query in ADF

There is set variable holding the below value and it is of type string. { "variableName": "test", "value": "<?xml version="1.0" encoding="utf-8"?> <fetch version="1.0" output-format="xml-platform" mapping="logical" aggregate="true" distinct="false"> <entity name="account"> <attribute name="ownerid" alias="account" aggregate="count" /> <filter type="and"> <condition attribute="ownerid" operator="not-null" />…

VIEW QUESTION

Does Azure-ADF Delete Activity delete Folders?

I have a pipeline to delete some folders from ADLS. My folder structure is as below. /raw/MainFolder/SubfolderA/20230430/File.parquet /raw/MainFolder/SubfolderA/20230415/File.parquet /raw/MainFolder/SubfolderA/20230410/File.parquet /raw/MainFolder/SubfolderB/20230430/File.parquet /raw/MainFolder/SubfolderB/20230420/File.parquet /raw/MainFolder/SubfolderB/20230405/File.parquet The pipeline is currently deleting the File.parquet under the date folder. But I need it to delete the…

VIEW QUESTION
Back To Top
Search