luigi.local_target¶
LocalTarget
provides a concrete implementation of a Target
class that uses files on the local file system
Classes
|
Wrapper for access to file system operations. |
|
Initializes a FileSystemTarget instance. |
|
Simple class that writes to a temp file and moves it on close() Also cleans up the temp file if close is not invoked |