-
Notifications
You must be signed in to change notification settings - Fork 681
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
[flytekit] Polish - Container ux #6140
Comments
I agree with the I'm unsure about renaming |
I feel like the same could be said of everything else in Flytekit. For example, a From the perspective of a user, an |
#take |
Hi @wild-endeavor, I agree with these changes. Before proceeding with the renaming, I would like to confirm my understanding:
Regarding cc @thomasjpfan @granthamtaylor Thanks a lot! |
Yes, we'll need to keep an alias for Also we'll need to support
|
Perfect! Thanks for confirming! After reviewing the codebase, I would like to confirm if the following changes are expected:
Finally, should we apply all these changes to the |
Container UX
This is a series of tickets to improve the flytekit authoring experience. If any changes are not possible to make in a backwards-compatible way, split it out into a separate ticket.
Argument name
Rename the argument
container_image
toimage
in task (and any other relevant decorators, such asdynamic
, andeager
).container_image
is too verbose and the concept of a “container” should be abstracted away from the user.Image Spec
Rename
ImageSpec
to justImage
. The idea of a Spec should be abstracted away from the users. In their minds, they are just building an image. With union image builder, they don't even need a docker runtime installed.Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: