-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: support Prefect Workers #41
Conversation
8c50e13
to
2a387a0
Compare
2a387a0
to
d90ee62
Compare
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 awesome. Was this tested in a Prefect Flow to confirm ?
Upon merging, will need to bump the internal Cascade repo to pin to this new version.
How do I make a dev version of this package to test with? |
Image builder would be great for this. You could use |
e55ecb1
to
5bccb08
Compare
5bccb08
to
ba784be
Compare
Had to add a few things to this PR but successfully tested a Flow Run (details in PR description) |
Description
This PR will enable Cascade to be used with Prefect Workers (and remain backwards compatibility with Prefect Agents).
Tests
Successfully tested a Flow Run in Prefect, using the
cascade_test
project of this branch (deployed withsq forge deploy dev
)