PipelineDefinition: z.infer<typeof PipelineDefinitionSchema>

Any new pipeline definitions need to be added to this type declaration. Note that the way I've set it up a Pipeline appears to only be able to have one data source. However, that is not the case. In the future, if needed, it would be possible to create Pipelines that load from an arbitrary quantity of data sources.

Generated using TypeDoc