flipp-oss / deimos

Framework to work with Kafka, Avro and ActiveRecord
Other
60 stars 22 forks source link

Allow multi-table inserts in Postgres without bulk_import_id #187

Open dorner opened 1 year ago

dorner commented 1 year ago

Low-priority, but technically Postgres doesn't need bulk_import_id because ActiveRecordImport will return the list of IDs that were inserted. In that case we shouldn't need an additional column to track and re-query this information.