Skip to content

Commit

Permalink
Add note on bq docs about skipped blocks (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduohe authored Apr 16, 2024
1 parent 12e5302 commit e7a8628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/2.build/6.data-infrastructure/big-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,8 @@ The tables available in the NEAR Public Lakehouse are:
- [Lake Data structures](./lake-data-structures/toc.mdx)
- [Protocol specification](https://nomicon.io/)

:::note Additional information about the data

- Skipped Blocks: NEAR Blockchain can contain skipped blocks, e.g. block `57730443`. For these cases we can find the block for the chunk data using the `prev_block_hash` column, e.g. `SELECT * FROM chunks c JOIN blocks b ON c.chunk.header.prev_block_hash = b.header.prev_hash`.

:::

0 comments on commit e7a8628

Please sign in to comment.