Skip to content

feat(api): Return table ids from endpoints#897

Open
iambriccardo wants to merge 3 commits into
mainfrom
return-table-ids
Open

feat(api): Return table ids from endpoints#897
iambriccardo wants to merge 3 commits into
mainfrom
return-table-ids

Conversation

@iambriccardo

@iambriccardo iambriccardo commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a consistent table identity model across ETL API read responses.

  • Returns { id, schema, name } for tables discovered from source and publication endpoints.
  • Enriches selective table-copy configuration in pipeline read responses with table metadata.
  • Adds flat id, schema, and name fields to replication table statuses.
  • Preserves the legacy replication status fields table_id and table_name for backward compatibility and marks them as deprecated.
  • Keeps publication write requests based on { schema, name }.
  • Keeps selective table-copy requests based on table_ids.

@iambriccardo iambriccardo marked this pull request as ready for review July 13, 2026 13:08
@iambriccardo iambriccardo requested a review from a team as a code owner July 13, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant