We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Previously I had the following in data.ini:
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'
The text was updated successfully, but these errors were encountered:
Could you provide precise repro instructions?
Sorry, something went wrong.
No branches or pull requests
Previously I had the following in
data.ini
:But new dali (v0.6.10) stopped to provide column Asset, so I've change the config to just:
Unfortunately rp2 (v1.7.1) doesn't like that and fails with:
The text was updated successfully, but these errors were encountered: