Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

targets: Implement temporary_path decorator #1909

Merged
merged 1 commit into from
Nov 9, 2016

Commits on Nov 9, 2016

  1. targets: Implement temporary_path decorator

    As has been detailed in spotify#1519, there are many ways to do
    temporary files in luigi. The use case for temporary files are always
    about achieving atomic writes.
    
    This PR finally describes the problem in the luigi documentation and
    tries to interlink essential parts. Also it implements a decorator
    that is meant to be able to unify many of the existing implementations,
    and as a new, clean and recommended way to do temporary files and atomic
    moves using luigi.
    Tarrasch committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    c2b38e6 View commit details
    Browse the repository at this point in the history