Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] bonkbot_solana.trades spellbook stopped indexing new records #5689

Closed
whalehunting opened this issue Mar 27, 2024 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@whalehunting
Copy link
Contributor

Description

The Bonkbot Solana Trades spellbook, introduced in #5520 is not updating anymore.

To reproduce:

SELECT
  *
FROM
  bonkbot_solana.trades
ORDER BY
  block_time DESC
LIMIT
  1

Current behavior

The last indexed trade has a timestamp of 2024-03-26 12:51

Expected behavior

Trades should have a more recent timestamp by now, as the fee wallet still has activity every few seconds:
https://solana.fm/address/ZG98FUCjb8mJ824Gbs6RsgVmr1FhXb2oNiJHa2dwmPd/transactions

Impacted model(s)

bonkbot_solana.trades

Possible solution

@whalehunting whalehunting added the bug Something isn't working label Mar 27, 2024
@jeff-dude
Copy link
Member

remember, the whole lineage is now alias bot_trades :)

updated query:

SELECT
  *
FROM
  bonkbot_solana.bot_trades
ORDER BY
  block_time DESC
LIMIT
  1

image

@jeff-dude
Copy link
Member

i imagine you'll use dex_solana.bot_trades for downstream dashboards?

@jeff-dude
Copy link
Member

we have an automated process to drop spells in the metastore / data lake after removed from main branch, so i'd expected the trade alias spell to be gone soon

@whalehunting
Copy link
Contributor Author

remember, the whole lineage is now alias bot_trades :)

updated query:

SELECT
  *
FROM
  bonkbot_solana.bot_trades
ORDER BY
  block_time DESC
LIMIT
  1

image

oh ok that makes sense! thanks for pointing it out, didn't see that bonkbot was also changed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants