8000 Fix docs explaining write modes for Luigi Targets. Closes #2783 by guidopetri · Pull Request #2931 · spotify/luigi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix docs explaining write modes for Luigi Targets. Closes #2783 #2931

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

Merged
merged 1 commit into from
Apr 23, 2020

Conversation

guidopetri
Copy link
Contributor

Description

I added some documentation under Task.run() and under the API docs for target.FileSystemTarget explaining not to use the binary b flag, but instead use format=Nop. This closes #2783 , at least for now. In the future, we might want to instead throw a warning explaining not to use b.

Motivation and Context

Closes #2783 .

Have you tested this? If so, how?

Built + opened documentation locally and it seems to have worked.

@dlstadther dlstadther merged commit b8cc750 into spotify:master Apr 23, 2020
@mivade
Copy link
Contributor
mivade commented Jul 16, 2021

Late to the party, but I came here from #2905. What is Nop and where do I import it from?

@guidopetri
Copy link
Contributor Author
from luigi.format import Nop

It's just a no-op.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: binary write mode for LocalTarget
3 participants
0