-
Notifications
You must be signed in to change notification settings - Fork 3
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
module 3.6 - adjust human in the loop implementation #142
Comments
Nice! Thanks for using the slack webhook. Maybe add an optional |
Similar, but not quite. The input would be by the user on the Prefect interface, not by replying on slack directly. On slack, they would get a link to the corresponding Prefect run, as shown in https://youtu.be/4tnaL9ts6CQ?si=A9v8bF5LfNFekStB See and the corresponding interface (assuming lines 46 and 47 from above are uncommented) |
For clarity, remove the try except and timeout. Either replace the input validation with pydantic, which is natively supported, or remove. See https://docs.prefect.io/v3/develop/inputs Then should be good to go |
I was going to share a human-in-the-loop workflow orchestration example from the robotics microcourse, and noticed a mention of it here:
https://ac-microcourses.readthedocs.io/en/latest/courses/robotics/3.6-solid-sample-transfer.html#error-handling
However, this should be using Prefect's built in functionality and should be adjusted to follow what's shown in https://youtu.be/4tnaL9ts6CQ?si=A9v8bF5LfNFekStB with slack notifications and include a link to that YouTube video.
The text was updated successfully, but these errors were encountered: