Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The GetActivityRunAsync method does not return all the activity runs. #4638

Open
1 of 9 tasks
divyeshgohil85 opened this issue Jul 17, 2024 · 0 comments
Open
1 of 9 tasks
Assignees
Labels
customer-reported question Further information is requested

Comments

@divyeshgohil85
Copy link

Link to sample

No response

Library name and version

Package= Azure.ResourceManager.DataFactory, Version=1.1.0

Language of the Sample

  • C#/.NET
  • Java
  • JavaScript/TypedScript
  • Python
  • Golang
  • Other - Please specify in Issue details field

Sample Issue Type

  • Sample not working
  • Sample missing
  • Do not understand sample

Issue details

I noticed that my ADF portal shows more activities in the pipeline compared to what I'm receiving from the ADF library version. I've verified all the details, and the date range was supplied correctly, so it should have returned more activities within that range. However, I'm only receiving two activities.

Expected behavior

I see that the GetPipelineRuns function has a continuous token to iterate over each page and return all pipeline runs. However, the GetActivityRunAsync function does not have a continuous token, which I assume is why it fails to retrieve the entire result set. The expected behavior is that it should return all the activity runs.

Actual behavior

No response

Reproduction Steps

No response

Environment

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants