UDST / orca

Python library for task orchestration
https://udst.github.io/orca/
BSD 3-Clause "New" or "Revised" License
53 stars 21 forks source link

Temporary Tables #6

Closed jiffyclub closed 8 years ago

jiffyclub commented 8 years ago

Adds a context manager for temporarily registering tables. Can be useful for temporarily substituting a table for an existing one, or maintaining pristine state in the orca configuration while simultaneously allowing ad hoc usage. May be useful in conjunction with the injectables context manager.