File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -964,10 +964,10 @@ def test_component_with_input_path(self):
964964 "instanceSchema": ""
965965 },
966966 "uri": "gs://mlpipeline/v2/artifacts/my-test-pipeline-beta/b2b0cdee-b15c-48ff-b8bc-a394ae46c854/preprocess/output_dataset_one",
967+ "custom_path": "",
967968 "metadata": {
968969 "display_name": "output_dataset_one"
969- },
970- "custom_path": "uri"
970+ }
971971 }
972972 ]
973973 }
@@ -1295,10 +1295,11 @@ def test_func() -> Artifact:
12951295 'projects/123/locations/us-central1/metadataStores/default/artifacts/123' ,
12961296 'uri' :
12971297 'gs://manually_specified_bucket/foo' ,
1298+ 'custom_path' :
1299+ '' ,
12981300 'metadata' : {
12991301 'data' : 123
1300- },
1301- 'custom_path' : ''
1302+ }
13021303 }]
13031304 }
13041305 },
You can’t perform that action at this time.
0 commit comments