You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: auto-discover OpenAPI spec and download in CI workflow
- Schema generator now auto-discovers .codegen/openapi.json relative to
the repo root, removing the need for the DATABRICKS_OPENAPI_SPEC env
var in the Makefile.
- Add explicit "Download OpenAPI spec" step to CI workflow so the spec
is available before schema validation.
- Use curl --fail with retries instead of wget for spec download.
- Sync annotations.yml with new PLACEHOLDER entries from latest SDK.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments