We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15d73e commit 794f0b7Copy full SHA for 794f0b7
workshops/tfx-caip-tf23/lab-02-tfx-pipeline/solutions/pipeline/runner.py
@@ -47,7 +47,7 @@
47
48
beam_tmp_folder = '{}/beam/tmp'.format(Config.ARTIFACT_STORE_URI)
49
beam_pipeline_args = [
50
- '--runner=DataflowRunner',
+ '--runner=DirectRunner',
51
'--experiments=shuffle_mode=auto',
52
'--project=' + Config.PROJECT_ID,
53
'--temp_location=' + beam_tmp_folder,
0 commit comments