flo icon indicating copy to clipboard operation
flo copied to clipboard

enable rapid iteration and development of complex data pipelines

Results 18 flo issues
Sort by recently updated
recently updated
newest added

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20flo)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `flo`. Thankfully, an equivalent service is...

This is my attempt to give `flo` support for `py3k`. I've largely used `six` to replace a few calls, and rewritten some arguments to be more pythonic. In tests, the...

This is already noticably slow with the simple image-colors example. It takes a very long time to get started.

performance

from the design specification, the command line interface should have something like ``` bash workflow data/per_file --filename-root=a_specific_filename ``` to limit the `data/per_file` task to only depending on the file `data/first/a_specific_filename.dat`...

command line
yaml config

Adding pseudotasks (#26) is a really nice feature for grouping tasks. One thing that @gabegaster and I realized during our code review is that it also adds a significant amount...

yaml config

- [ ] properly interpret `flo archive --restore` when no archive file is specified. - [ ] handle autocomplete with `flo.yaml` - [ ] handle autocomplete with `flo archive -c...

bug

- [ ] orient the DAG from top to bottom - [ ] display the dependency of the link with arrows - [ ] display information about the duration of...

command line

show `flo` in action to illustrate, by example, how this ll works.

documentation

this will be first stab at addressing non-filesystem protocols

yaml config

@laurieskelly suggested this during the demo today, but in some cases it can be nice to modify files (or, as @frrmack mentioned, database tables) after they are created. It would...

yaml config