Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RD-14980: CRUD support #19

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

bgaidioz
Copy link
Collaborator

@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 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