azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

dataflow Reference is missing in Pipeline.get

Open SomanathSankaran opened this issue 3 years ago • 2 comments

  • Package Name: azure_mgmt_datafactory-2.3.0-py3-none-any.whl
  • Package Version: 2.3.0
  • Operating System:ubuntu
  • Python Version: 3.8.10

Describe the bug We have a pipeline with for each activity which has a if activity which in-turns calls a data flow activity we called adf_client.pipelines.get and when we tried to get data flow name from dataflow activity by using df_act.data_flowit is returning None

command : print(df_act.type,df_act.data_flow) output ExecuteDataFlow None

To Reproduce Steps to reproduce the behavior: 1.

Expected behavior A clear and concise description of what you expected to happen. We need to have the dataflow name so that we can get the dependencies

command : print(df_act.type,df_act.data_flow) output ExecuteDataFlow DF_FLOW ( Name of the underlying DataFlow )

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

SomanathSankaran avatar Mar 13 '22 13:03 SomanathSankaran

I also tried to validate the returned dataflow activity using validate() and got below error

df_act.validate() msrest.exceptions.ValidationError("Parameter 'ExecuteDataFlowActivity.data_flow' can not be None."

SomanathSankaran avatar Mar 13 '22 13:03 SomanathSankaran

Hi @SomanathSankaran We can't reproduce the error. Please provide more details about the issue like: https://github.com/Azure/azure-sdk-for-python/issues/24740.

msyyc avatar Aug 11 '22 08:08 msyyc

Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

ghost avatar Sep 01 '22 08:09 ghost