Skip to content

missing 1 required positional argument: 'asset' #125

@splix

Description

@splix

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions