snowplow-rdb-loader icon indicating copy to clipboard operation
snowplow-rdb-loader copied to clipboard

RDB Loader: add option to load only shredded data

Open chuwy opened this issue 7 years ago • 0 comments

We encountered a case, where user has deleted all data from a single table. During usual load process Loader always checks if atomic data is present and aborts if it doesn't. However in order to load only several tables we need to skip this check.

  • This can be implemented as --skip atomic_check
  • As https://github.com/snowplow/snowplow-rdb-loader/issues/59

chuwy avatar Aug 17 '18 09:08 chuwy