[DRY-RUN] Sample sync from Universe v0.115.0 - do not merge#1465
Draft
hectorcast-db wants to merge 1 commit into
Draft
[DRY-RUN] Sample sync from Universe v0.115.0 - do not merge#1465hectorcast-db wants to merge 1 commit into
hectorcast-db wants to merge 1 commit into
Conversation
Sample OSS-side PR produced by walking through release.md step 6 (`genkit sync-sdk`). Captures everything the mirror writes from the Universe subtree on top of the most recent real OSS release. Reference: see Universe PR #2047219 (the companion dry-run release PR) and `deco/oss/docs/databricks-sdk-py/dryrun.md` in Universe for the walk-through, findings, and outstanding fixes. Notable issues this diff exposes: - mirror deletes OSS-only files (tagging.py, .codegen/_openapi_sha, .claude/, .vscode/) — they're in skip_from_source but not preserve_in_target. Do not merge — sample for review only.
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sample OSS-side sync PR produced by walking through
release.mdstep 6 (genkit sync-sdk). Captures everything the mirror writes from the Universe subtree on top of the most recent real OSS release.This is a dry run, not a real sync. Companion Universe PR: https://github.com/databricks-eng/universe/pull/2047219. Full walk-through, findings, and outstanding fixes are in
deco/oss/docs/databricks-sdk-py/dryrun.mdin Universe.Notable issues this diff exposes
tagging.py,.codegen/_openapi_sha,.claude/...,.vscode/...) — they're inskip_from_sourcebut notpreserve_in_target, so the wipe phase removes them and the copy phase doesn't restore them.Do not merge
For review only — closes once the dry run is complete.