-
Notifications
You must be signed in to change notification settings - Fork 178
Fix client generation pipeline #603
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
Conversation
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.
Pull Request Overview
This PR explicitly sets the --meta option to poetry for the OpenAPI Python client generation command to resolve the enum/str mismatch error.
- Adds the
--meta poetryflag to the client generation script
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.
PR Summary
Fixes the client generation pipeline by adding --meta poetry flag to the openapi-python-client generate command in libs/client_infinity/run_generate_with_hook.sh, resolving an enum/string type error in the metadata specification.
- Adds explicit
--meta poetryparameter to resolve the MetaType enum parsing error in the client generation workflow
1 file reviewed, no comments
Edit PR Review Bot Settings | Greptile
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #603 +/- ##
=======================================
Coverage 79.47% 79.47%
=======================================
Files 43 43
Lines 3489 3489
=======================================
Hits 2773 2773
Misses 716 716 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
michaelfeil
left a comment
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.
merging
Fix client generation pipeline as seen in this run by explicitly setting meta type to poetry
Seems to be some enum/str problem.