[AIGTWY-4564] Add Codex parent schema discovery - #541
Open
andy-xu-db wants to merge 10 commits into
Open
Conversation
andy-xu-db
changed the base branch from
aigtwy-4564-claude-parent-schema
to
main
September 9, 2026 20:26
…laude # Conflicts: # src/ucode/cli.py
andy-xu-db
force-pushed
the
aigtwy-4564-codex-parent-schema
branch
2 times, most recently
from
September 10, 2026 14:47
2348526 to
04e07ee
Compare
lilly-luo
reviewed
Sep 10, 2026
Comment on lines
+160
to
+163
| if provider: | ||
| http_headers["Databricks-Model-Provider-Service"] = provider | ||
| elif parent_schema: | ||
| http_headers[MODEL_SERVICE_PARENT_SCHEMA_HEADER] = parent_schema |
Collaborator
There was a problem hiding this comment.
add comment. also would be nice to extract this into a util that can be shared by both codex + cc
Collaborator
Author
There was a problem hiding this comment.
extracted into util file shared by codex + cc
andy-xu-db
force-pushed
the
aigtwy-4564-codex-parent-schema
branch
from
September 11, 2026 17:04
b00a4b2 to
ce55c11
Compare
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.
🥞 Stacked PR
Use this link to review incremental changes.
Summary
--parent <catalog>.<schema>to Codex launchesTesting
e2e test with Liteswap