-
Notifications
You must be signed in to change notification settings - Fork 74
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
deploy example and fix typing #382
base: main
Are you sure you want to change the base?
Conversation
examples/deploy.py
Outdated
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.
'something' here should probably be 'write_poems'.
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.
Also, an example that deploys it by pulling an image, would solve all of my problems.
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.
nice catch @alkiviadis-savvopoulos!
fixed that and also added a docker example
better example updates fix kwargs
3a5b81d
to
6aa3b39
Compare
6aa3b39
to
ce25892
Compare
cf flows and tasks are in fact valid prefect flows and tasks, and so this example shows how to deploy / map flows / tasks
also fixes up some typing so methods like
serve
anddeploy
are known to the IDE