The transactional piece is the real game changer, especially for data pipelines
You can write these little procedures that load data from S3 or http in many different formats (using plain COPY) and store the fact that you loaded the file in the same transaction.
Super simple, reliable, repeatable.
add a skeleton here at some point
12 months ago