MetricsDAO / harmony_dbt

DBT Project for the Harmony Blockchain
12 stars 8 forks source link

swaps: use inner join on LPs instead of a left join #91

Closed eevui closed 2 years ago

eevui commented 2 years ago

Description

Closes #62

Use an inner join instead of left join to remove null fields.

Tests

image

dbt test should still fail now, but a quick removal of null'd fields should make it pass.