-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix attribute error and task scheduling error #25
base: master
Are you sure you want to change the base?
Conversation
@dav009 @marekliszka may I get a review on this change please? I also wonder if a new PyPi release is planned. The latest I see in PyPi is 1y ago. |
Otherwise things like read_only, sub_path, etc are dropped from the final spec.
``` ================================================================ short test summary info ================================================================= FAILED test/test_task.py::test_task_can_be_scheduled_by_luigi - luigi.worker.TaskException: Task of class DummyK8sTask not initialized. Did you override __init__ and forget to call super(...).__init__? ======================================================== 1 failed, 18 passed, 1 warning in 1.69s ========================================================= nox > Command pytest failed with exit code 1 ```
@akislou seen your recent merge to master - can you please tell if there's a chance someone still does PR review in this repo? Thanks in advance. |
@psolomin 🙇 Thank you for your hard work in this contribution. I will take a look at this PR in the following days 🙇 |
@psolomin We will take a look at your PR hopefully this week. Thanks for your work! |
Co-authored-by: blackwolf <[email protected]>
This PR fixes #24 and missing attribute error in the logging call:
pod.namespace
.It also makes it possible to specify full attributes' sets for volume mounts.