-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Dataflow: ListJobs API is missing name
request parameter
#11511
Comments
Would you share your curl command? |
Sure:
|
@suztomo hey, any news on this? I believe it's just a simple one-liner fix, right? |
Try Line 384 in b68c98c
|
We found a stale library generation definiton (proto files). If |
Yeah, that's the whole culprit here, that I don't know the job ID yet and I am trying to find it out. Basically, here's my scenario (oversimplified):
It is not the end of the world, of course, but having a more straightforward approach, especially considering that the API already supports that, would be great. |
I'll work on fixing the stale library definition. I'll update you here. |
ListJobsRequest
protobuf is missingname
parameter, which is clearly present in the Dataflow API documentation.I also tested it manually using CURL and it works.
The text was updated successfully, but these errors were encountered: