[sync] fix(tracing): correct metric view option shape so custom buckets and label allowlist apply T5080#3323
[sync] fix(tracing): correct metric view option shape so custom buckets and label allowlist apply T5080#3323tea-artist wants to merge 1 commit into
Conversation
…ts and label allowlist apply T5080 Synced from teableio/teable-ee@62885bc Co-authored-by: Aries X <caoxing9@gmail.com> Co-authored-by: Boris <boris2code@outlook.com> Co-authored-by: Jun Lu <hammond@teable.io> Co-authored-by: Pengap <penganpingprivte@gmail.com> Co-authored-by: SkyHuang <sky.huang.fe@gmail.com> Co-authored-by: Uno <uno@teable.ai> Co-authored-by: nichenqin <nichenqin@hotmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d788249660
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| return shared.map((_item, index) => { | ||
| const fdwSchema = `${input.fdwSchemaPrefix}_${index}`; | ||
| const item = buildMigrationSharedTableDefinitions({ ...input, sourceSchema: fdwSchema })[index]; |
There was a problem hiding this comment.
Import referenced FDW tables for seed predicates
When sharedTableCopyStrategy is postgres_fdw, the computed_update_outbox_seed plan built here rewrites the seed predicate to read from ${fdwSchema}.computed_update_outbox, but each FDW plan imports only the current table via IMPORT FOREIGN SCHEMA ... LIMIT TO (...). In migrations with computed-update seed rows this generated SQL references a foreign table that was never imported, so the shared-table copy fails with a missing relation instead of completing the space migration.
Useful? React with 👍 / 👎.
|
|
🧹 Preview Environment Cleanup
|
🔄 Automated sync from EE repository.
90 commit(s) synced since last sync.
Authors
Included commits
Latest source commit: teableio/teable-ee@62885bc
This PR was automatically created by the sync workflow.