[ADF] Issue with python SDK while retrieving pipeline with execute dataflow activity #38978
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
While trying to get the property ExecuteDataFlowActivityTypeProperties from a pipeline object which is already created through the API, the dataflow reference object (dataflow) is retrieved as null. This issue doesn't happen if the dataflow and pipeline are created through python SDK or when retrieved through the API, but it happens only for pipeline objects which are already created through the API and being retrieved via SDK.
Swagger for the above mentioned entites -
https://github.com/Azure/azure-rest-api-specs/blob/125223f5737a5082e02bc7ef7981e5c819c7330c/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json#L8357
The text was updated successfully, but these errors were encountered: