Skip to content

Conversation

@alicecha
Copy link
Contributor

Thank you for contributing to Spellbook 🪄

Please open the PR in draft and mark as ready when you want to request a review.

Description:

[...]


quick links for more information:

@github-actions github-actions bot added WIP work in progress dbt: dex covers the DEX dbt subproject labels Dec 29, 2025
@alicecha
Copy link
Contributor Author

Tests for kittypunch v2 and flowswap v3:
--kittypunch v2
select 'prod query' as data_source, count() as num_trades, count(distinct tx_hash) num_txs from query_6309313
union ALL
select 'test CI model' as data_source, count(
) as num_trades, count(distinct tx_hash) as num_txs from test_schema.git_dunesql_8415d72_kittypunch_punchswap_v2_flow_base_trades

--flowswap v3
select 'prod query' as data_source, count() as num_trades, count(distinct tx_hash) num_txs from query_6433893
union all
select 'test CI model' as data_source, count(
) as num_trades, count(distinct tx_hash) as num_txs from test_schema.git_dunesql_8415d72_flowswap_v3_flow_base_trades

select project, count(*) from test_schema.git_dunesql_8415d72_dex_flow_base_trades where project in ('kittypunch', 'flowswap') group by 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dbt: dex covers the DEX dbt subproject WIP work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants