Google Professional Data Engineer

Google Professional Data Engineer

Get started today

Ultimate access to all questions.


Which Java SDK class is utilized for running Dataflow programs on a local machine?




Explanation:

The DirectPipelineRunner class is designed for executing pipeline operations directly, bypassing any optimization steps. This makes it particularly suitable for small-scale local executions and testing scenarios. For more details, refer to the Google Cloud Dataflow Java SDK documentation.