-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Labels
ddlIssues related to creating or altering data definitionsIssues related to creating or altering data definitionsfeatureFeatures or general enhancementsFeatures or general enhancements
Description
Currently ibis
supports create_table
for creating (or replacing) a table, and insert
for inserting new data into a table. Another common operation is upsert
, which is supported by some backends. This is like insert
, but also supports updating existing rows.
- For the data analysis DB tasks that
ibis
is targeted at is there a use case for this operation? - What backends support this operation?
- If we add support, what options should
Backend.upsert
support?
mw3i, TLipede, deepyaman, astrojuanlu, inigohidalgo and 9 more
Metadata
Metadata
Assignees
Labels
ddlIssues related to creating or altering data definitionsIssues related to creating or altering data definitionsfeatureFeatures or general enhancementsFeatures or general enhancements