-
Notifications
You must be signed in to change notification settings - Fork 670
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
[BUG] Remove dependence on pyspark for non-spark notebooks #488
Comments
akhurana001
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Aug 27, 2020
8 tasks
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
Signed-off-by: Andrew Dye <[email protected]> Signed-off-by: Andrew Dye <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Remove the following statement about when to write a backend plugin: "To understand when you should write a backend plugin refer to - TODO: Flow chart that helps you decide when to write a backend / flytekit plugin?"
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* feat: task rerun done Signed-off-by: Eugene Jahn <[email protected]> * feat: fix initialParameters Signed-off-by: Eugene Jahn <[email protected]> * fix: remove a file Signed-off-by: Eugene Jahn <[email protected]> * feat: rerun task done Signed-off-by: Eugene Jahn <[email protected]> * feat: rerun fix literal type Signed-off-by: Eugene Jahn <[email protected]> * feat: small typo fixed Signed-off-by: Eugene Jahn <[email protected]> * feat: small typo fixed Signed-off-by: Eugene Jahn <[email protected]> * feat: fix test coverage Signed-off-by: Eugene Jahn <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Jul 24, 2023
…org#488) * checking if task resource requests exceed k8s limits Signed-off-by: Daniel Rammer <[email protected]> * added better message to task failure Signed-off-by: Daniel Rammer <[email protected]> * added request checks Signed-off-by: Daniel Rammer <[email protected]> * added tests for checking resource eligibility Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issues Signed-off-by: Daniel Rammer <[email protected]> * updated comment Signed-off-by: Daniel Rammer <[email protected]> --------- Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
…org#488) * checking if task resource requests exceed k8s limits Signed-off-by: Daniel Rammer <[email protected]> * added better message to task failure Signed-off-by: Daniel Rammer <[email protected]> * added request checks Signed-off-by: Daniel Rammer <[email protected]> * added tests for checking resource eligibility Signed-off-by: Daniel Rammer <[email protected]> * fixed lint issues Signed-off-by: Daniel Rammer <[email protected]> * updated comment Signed-off-by: Daniel Rammer <[email protected]> --------- Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
Signed-off-by: Andrew Dye <[email protected]> Signed-off-by: Andrew Dye <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Currently a simple python_notebook task will need pyspark installed to be successfully run. This is not ideal and can be avoided.
Expected behavior
Flyte component
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Flyte component
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: