snowplow-rdb-loader
snowplow-rdb-loader copied to clipboard
RDB Loader: make dry run aware of load manifest
Until R29, --dry-run would work as expected even without connecting to Redshift - because its execution didn't depend on atomic.manifest nor any other tables. However, because of #14 and #70 manifest now has an impact on produced load statements and even for dry run, RDB Loader should have a live DB-connection in order to print precise statements.
Though probably we can make connection optional - still it is a good to be able to launch dry run only to test discovery.