-
Notifications
You must be signed in to change notification settings - Fork 300
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
Overwrite SQLite3 Task image #1165
Conversation
Signed-off-by: Kevin Su <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1165 +/- ##
==========================================
+ Coverage 68.51% 68.53% +0.02%
==========================================
Files 288 288
Lines 26085 26197 +112
Branches 2918 2924 +6
==========================================
+ Hits 17871 17954 +83
- Misses 7735 7765 +30
+ Partials 479 478 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Kevin Su <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one minor comment.
flytekit/extras/sqlite3/task.py
Outdated
@@ -88,7 +89,7 @@ def __init__( | |||
name=name, | |||
task_config=task_config, | |||
# If you make changes to this task itself, you'll have to bump this image to what the release _will_ be. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the comment?
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su [email protected]
TL;DR
Users should be able to overwrite the SQL task's image.
If they don't specify the image in the SQL task, then use the default image instead.
Type
Are all requirements met?
Complete description
Tracking Issue
https://github.com/flyteorg/flyte/issues/
Follow-up issue
NA
OR