botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

task/DATA-7023/local_executor_run_id #362

Closed pcaneill closed 5 years ago

pcaneill commented 5 years ago

The local executor now supports both run_id and workflow_id.

We leverage the fact that the local executor does parallelize tasks and thus we can use a stack to keep track of our workflow run_id and workflow_id.