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 e810c33 commit e701f88Copy full SHA for e701f88
workshops/tfx-caip-tf23/lab-04-tfx-metadata/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