Closed andrescrz closed 6 days ago
We probably need to add format validation in the pipeline
There's a Github action for this already:
Also, the ./scripts/generate_openapi.sh
script automatically runs pre-commit
and all Python SDK files.
We probably need to add format validation in the pipeline
There's a Github action for this already:
Also, the
./scripts/generate_openapi.sh
script automatically runspre-commit
and all Python SDK files.
Yeah, I mean for Java, since many of your changes in Java were formatting. Anyway, it's approved.
Please update the readme in code_generation so that everybody know we now have this script
We probably need to add format validation in the pipeline
There's a Github action for this already:
Also, the
./scripts/generate_openapi.sh
script automatically runspre-commit
and all Python SDK files.Yeah, I mean for Java, since many of your changes in Java were formatting. Anyway, it's approved.
That makes sense. We can do it in next PRs.
Please update the readme in code_generation so that everybody know we now have this script
Done in revision 2.
Details
I run the following script:
So
sdks/python/code_generation/fern/openapi/openapi.yaml
was updated with the latest backend API, so all Python SDK Fern autogenerated code was updated undersdks/python/src/opik/rest_api/
folder.Triggering the backend build also caused Java code to be formatted with Spotless.
Issues
N/A
Testing
Documentation
N/A