Fork me on GitHub
#sql
<
2022-12-10
>
sheluchin14:12:36

Part of my data pipeline inserts a large number of records. I want to know about insert failures, but don't want the entire set of inserts to fail if one or more of the records fail. Could someone recommend an approach for doing this?