lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
4 stars 1 forks source link

Slight reorg of phaser run command to fix a comment I'd left behind #148

Closed lisad closed 2 months ago

lisad commented 3 months ago

In the comment I'd left, I thought we could move the pipeline instantiation out entirely. But it is needed to know which args to expect (the arguments with the additional sources needed for the pipeline to run), so instead broke the instantiation out into another method for better readability.

Also remembered to add the 'phaser_output' directory as an ignored directory, since I tend to use it and others might also - it's a convenient place to put output when developing, and it's the output location used in examples.