Skip to content

Conversation

bgaidioz
Copy link
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 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