ft: add kyberswap_aggregator_trades for more chains#9201
ft: add kyberswap_aggregator_trades for more chains#9201NgoKimPhu wants to merge 3 commits intoduneanalytics:mainfrom
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
PR SummaryExpands KyberSwap aggregator coverage and integrates new chains into the unified trades table.
Written by Cursor Bugbot for commit d8c2efe. Configure here. |
| - name: kyberswap_aggregator_trades | ||
| meta: | ||
| blockchain: avalanche_c, optimism, ethereum, arbitrum, bnb, polygon, base | ||
| blockchain: avalanche_c, base, berachain, bnb, ethereum, linea, mantle, optimism, polygon, ronin, sonic, unichain |
There was a problem hiding this comment.
Arbitrum blockchain missing from metadata and expose_spells
Medium Severity
The arbitrum blockchain was accidentally dropped from the metadata when adding new chains. The blockchain: field in _schema.yml and the expose_spells list in kyberswap_aggregator_trades.sql no longer include arbitrum, but the SQL model still references kyberswap_aggregator_arbitrum_trades in the models array. This creates an inconsistency where arbitrum data is included in the union query but not exposed in the spell metadata, potentially affecting downstream consumers and documentation that rely on these declarations.
Description:
add kyberswap_aggregator_trades for: berachain, linea, mantle, ronin, sonic, unichain