damccorm commented on code in PR #28553:
URL: https://github.com/apache/beam/pull/28553#discussion_r1331871953
##########
sdks/typescript/src/apache_beam/runners/dataflow.ts:
##########
@@ -33,6 +33,8 @@ export function dataflowRunner(runnerOptions: {
options: Object = {}
): Promise<PipelineResult> {
var augmentedOptions = { experiments: [] as string[], ...options };
+ augmentedOptions.experiments.push("use_runner_v2");
+ augmentedOptions.experiments.push("use_portable_job_submission");
Review Comment:
> but it's not generally run due to lack of credentials.
Not sure what this means -
https://github.com/apache/beam/actions/workflows/typescript_tests.yml looks
like its running consistently
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]