Skip to content

Commit 9c0ee15

Browse files
authored
Update runner.py
1 parent e701f88 commit 9c0ee15

File tree

1 file changed

+1
-1
lines changed
  • workshops/tfx-caip-tf23/lab-04-tfx-metadata/labs/pipeline

1 file changed

+1
-1
lines changed

workshops/tfx-caip-tf23/lab-04-tfx-metadata/labs/pipeline/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
beam_tmp_folder = '{}/beam/tmp'.format(Config.ARTIFACT_STORE_URI)
4949
beam_pipeline_args = [
50-
'--runner=DataflowRunner',
50+
'--runner=DirectRunner',
5151
'--experiments=shuffle_mode=auto',
5252
'--project=' + Config.PROJECT_ID,
5353
'--temp_location=' + beam_tmp_folder,

0 commit comments

Comments
 (0)