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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When ingesting public tagpacks into a local db, I get the following constraint error:
tagpack-tool insert --public packs -u postgresql://$USER:$PASSWORD@$DBHOST:$DBPORT/tagstore ==== TagPack insert starts ===== Path: packs Detected repository root in . = Loaded TagPack schema definition: tagpack_schema.yaml Loaded taxonomies: ['entity', 'abuse'] Collected 52 TagPack files 1 packs/Alt-Right.yaml: FAILED insert or update on table "tag" violates foreign key constraint "tag_currency_address_fkey" DETAIL: Key (currency, address)=(ETH, 0x87FAd7298aF4346aadEce847a67CDFd97bDAdA14) is not present in table "address". 2 packs/africrypt-hack.yaml: FAILED current transaction is aborted, commands ignored until end of transaction block
The text was updated successfully, but these errors were encountered:
Could this be caused by #39 ?
Sorry, something went wrong.
@cybersec-code could you please check?
addresses #53
64d7b7e
@myrho's hunch was right; _get_currency_and_address() should be the only way to get the address from a tag since it handles address normalization.
myrho
mdragaschnig
No branches or pull requests
When ingesting public tagpacks into a local db, I get the following constraint error:
The text was updated successfully, but these errors were encountered: