File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
workshops/tfx-caip-tf23/lab-02-tfx-pipeline Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
"metadata" : {},
57
57
"outputs" : [],
58
58
"source" : [
59
- " %pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib"
59
+ " %pip install --upgrade --user google-api-python-client google-auth-httplib2 google-auth-oauthlib"
60
60
]
61
61
},
62
62
{
Original file line number Diff line number Diff line change 47
47
48
48
beam_tmp_folder = '{}/beam/tmp' .format (Config .ARTIFACT_STORE_URI )
49
49
beam_pipeline_args = [
50
- '--runner=DataflowRunner ' ,
50
+ '--runner=DirectRunner ' ,
51
51
'--experiments=shuffle_mode=auto' ,
52
52
'--project=' + Config .PROJECT_ID ,
53
53
'--temp_location=' + beam_tmp_folder ,
Original file line number Diff line number Diff line change 56
56
"metadata" : {},
57
57
"outputs" : [],
58
58
"source" : [
59
- " %pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib"
59
+ " %pip install --upgrade --user google-api-python-client google-auth-httplib2 google-auth-oauthlib"
60
60
]
61
61
},
62
62
{
Original file line number Diff line number Diff line change 47
47
48
48
beam_tmp_folder = '{}/beam/tmp' .format (Config .ARTIFACT_STORE_URI )
49
49
beam_pipeline_args = [
50
- '--runner=DataflowRunner ' ,
50
+ '--runner=DirectRunner ' ,
51
51
'--experiments=shuffle_mode=auto' ,
52
52
'--project=' + Config .PROJECT_ID ,
53
53
'--temp_location=' + beam_tmp_folder ,
You can’t perform that action at this time.
0 commit comments