Skip to content
Snippets Groups Projects
Commit b9ed1eb4 authored by Xiangliang Meng's avatar Xiangliang Meng
Browse files

Squashed commit of the following

commit f3828b3f 
Author: David Meng <xlmeng@amazon.com> 
Date: Tue Aug 23 2022 14:07:02 GMT-0400 (Eastern Daylight Time) 

    Correct the wrong PreLoadFilePath to the correct PreloadFilePath
parent 37645774
No related branches found
No related tags found
1 merge request!416Squashed commit of the following
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
"description": "Schema Format Type ID", "description": "Schema Format Type ID",
"pattern": "^srn:<namespace>:reference-data\\/SchemaFormatType:[^:]+:[0-9]*$" "pattern": "^srn:<namespace>:reference-data\\/SchemaFormatType:[^:]+:[0-9]*$"
}, },
"PreLoadFilePath": { "PreloadFilePath": {
"description": "File system path to the data file as it existed before loading to the data platform", "description": "File system path to the data file as it existed before loading to the data platform",
"type": "string" "type": "string"
}, },
...@@ -230,4 +230,4 @@ ...@@ -230,4 +230,4 @@
"legal" "legal"
], ],
"additionalProperties": false "additionalProperties": false
} }
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
}, },
{ {
"kind": "string", "kind": "string",
"path": "PreLoadFilePath" "path": "PreloadFilePath"
}, },
{ {
"kind": "string", "kind": "string",
...@@ -46,4 +46,4 @@ ...@@ -46,4 +46,4 @@
"path": "VectorHeaderMapping" "path": "VectorHeaderMapping"
} }
] ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment