MetricsDAO / harmony_dbt

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

[BugFix] sushiswap_lp_actions has token0_name=NULL #92

Open antonyip opened 2 years ago

antonyip commented 2 years ago

Follow up ticket to solve for NULL token0_name in sushiswap_lp_actions. https://github.com/MetricsDAO/harmony_dbt/pull/88

select * from dev.sushiswap_lp_actions
where token0_name is not null

Solution is needed for the token database as it is not maintained well.