Update vertex.py with scheduling parameters#17266
Update vertex.py with scheduling parameters#17266desertaxle merged 15 commits intoPrefectHQ:mainfrom jbrache:main
Conversation
Expose the ability to specify the scheduling parameter: #15417
Adjusted formatting from pre-commit checks
desertaxle
left a comment
There was a problem hiding this comment.
Thanks for the PR @jbrache! Could you please write some tests to cover this new functionality? Let me know if you need any help with that and I can provide some guidance.
Hi @desertaxle yea any guidance in providing test coverage, happy to take a look at what you're expecting to see. |
|
@jbrache a test like this one would work well. You would create a new fixture containing a job configuration that uses the new |
|
Added tests in test_vertex_worker.py including a new fixture containing a job configuration that uses the new |
Co-authored-by: nate nowack <nate@prefect.io>
zzstoatzz
left a comment
There was a problem hiding this comment.
2 more small nits but otherwise this is looking good to me!
Co-authored-by: nate nowack <nate@prefect.io>
adding `examples` kwarg with two examples
Overview of changes
Expose the ability to specify the
schedulingparameter: #15417Checklist
<link to issue>"