...
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
-samplePath | An absolute path to the folder to load samples from, for example: C:\\MySampleXmlData | false | |||
-noExtensions | Ignores any extension sources when running the sql scripts against the database. | false | false | False | |
-noValidation | Disables xml validation. | false | false | False | |
-engine | The database engine provider, either 'SQLServer' or 'PostgreSQL' | false | false | SQLServer |
EXAMPLE 1
Code Block | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Initialize-MinimalTempalate -samplePath "C:\edfi\Ed-Fi-Standard\v3.2\" |
...