Back to Glossary Index

Dagster Data Engineering Glossary:

Upsert

A database operation that either inserts a row into a database table if a corresponding row does not exist, or updates the row if it does exist.