-
Notifications
You must be signed in to change notification settings - Fork 4
Configuration File Reader
Curtis Rose edited this page Apr 11, 2017
·
6 revisions
The Configuration File Reader Reader has two main parts:
- It is the component that validates the users configuration file against the users link file. This step is checking to make sure they represent the same pipeline structure. If one of them has an extra module or more arguments than the other then this step will throw an error to the user specifying what went wrong.
- It reads in the link file and configuration file and stores them in two easily accessible data structures. These data structures are returned to the Driver.
- Input Arguments:
- Link File Path
- Configuration File Path
- Output:
- Link File Data Structure
- Configuration File Data Structure
- Home
- About Orchard
- Intro to Luigi
- Orchard Software Tools
- How to Use
- Running the Example Pipeline
- How to update Orchard on PyPi