UCBoulder / oit-ds-tools-prefect

Common tasks and tools for use in Prefect Flows
0 stars 0 forks source link

add append_clause argument for inserts #48

Closed Singularity3 closed 4 months ago

Singularity3 commented 4 months ago

Purpose

Adds the ability to place a clause after insert statements, primarily for automatic conflict resolution.

Testing

Tested on a subset of sql inserts for our most common flavors.

To-do