Skip to content

[BUG] Duplicate records in prices.usd_latest #8796

@dknugo

Description

@dknugo

Description

Prices in prices.usd_latest have duplicate records

Current behavior

Duplicate records for contract_address / blockchain:
select contract_address, blockchain, count(*) from prices.usd_latest group by 1, 2 having count(*) > 1

Image

Expected behavior

Only 1 record in table prices.usd_latest for a combination of contract_address & blockchain

Impacted model(s)

Possible solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions