activewarehouse / activewarehouse-etl

Extract-Transform-Load library from ActiveWarehouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for :accept_nil on ForeignKeyLookupTransform

thbar opened this issue · comments

In some cases getting a nil value here is reasonable.

Original work:

Acceptance

  • tests
  • by default, nil should not be allowed
  • if accept_nil is passed as true, a nil result is allowed
  • if accept_nil is passed as false, a nil result is not allowed and an exception is thrown