Previously I had the following in data.ini:
[in_header]
timestamp = 0
asset = 1
exchange = 2
...
But new dali (v0.6.10) stopped to provide column Asset, so I've change the config to just:
[in_header]
timestamp = 0
exchange = 1
...
Unfortunately rp2 (v1.7.1) doesn't like that and fails with:
TypeError: InTransaction.__init__() missing 1 required positional argument: 'asset'