-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Move DeploymentImage to prefect.docker #14151
Conversation
I think it makes sense to rename |
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.
Approving docs changes
sweet, just pushed that |
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.
LGTM!
Related to #14149:
Attempting to fix a number of circular imports that block refactoring our init.py / import speed.
DeploymentImage is one such cause of circular imports (flows imports deployments import runner imports flows)
note that
prefect.deployments
still importsDeploymentImage
so the import path is still preserved for folks who want to importfrom prefect.deployments import DeploymentImage
.IMO should be called DockerImage but not trying to die on every hill