Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

RD-14980: CRUD support#19

Draft
bgaidioz wants to merge 4 commits into
mainfrom
RD-14980-implement-databricks-insert
Draft

RD-14980: CRUD support#19
bgaidioz wants to merge 4 commits into
mainfrom
RD-14980-implement-databricks-insert

Conversation

@bgaidioz
Copy link
Copy Markdown
Contributor

@bgaidioz bgaidioz commented Nov 29, 2024

  • Unique column is picked from Databricks table metadata,
    • only the case of a single column primary key is supported,
    • if not found, we return the first column, but that's only to satisfy the das-protocol. We later fail UPDATE/DELETE.
  • Some fixes/refactoring of the execution of a query to ensure errors are handled by the caller,
  • INSERT can be done in batches but by forging a large query with inlined data, some logic there to split the calls into reasonable sized query strings.

@bgaidioz bgaidioz force-pushed the RD-14980-implement-databricks-insert branch from aff7a79 to 0835540 Compare November 29, 2024 10:05
@bgaidioz bgaidioz force-pushed the RD-14980-implement-databricks-insert branch from 0835540 to b646d27 Compare January 20, 2025 09:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant