Get stage execution details (async)
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Demonstrates how to get information about the workers and work items within a stage.
Code sample
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["This page provides code examples in C#, Java, Node.js, and Python that demonstrate how to retrieve details about workers and work items within a specific stage in Google Cloud Dataflow."],["The code samples use the `GetStageExecutionDetails` method to fetch worker and work item information from a Dataflow job, requiring the specification of project ID, job ID, location, and stage ID."],["The examples also provide guidance on authenticating to Dataflow by setting up Application Default Credentials, linking to relevant documentation."],["The code samples display information such as the page token, allowing for the next page of results to be returned, and include both start and end time parameters to define the range of work items that are to be returned."],["The `GetStageExecutionDetails` function can return all the results or a specific page size, allowing for the choice on how much information to retrieve."]]],[]]