> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Attestation Rewards Daily

Attestation reward rewards collected by validator aggregated by day from beacon.raw\.total\_rewards. Note that attestation does not include sync committee rewards.

### Table Details

| Property          | Value                                  |
| ----------------- | -------------------------------------- |
| Table Name        | `beacon.raw.attestation_rewards_daily` |
| Table Status      | Production-Ready                       |
| Unique Key        | `date`, `validator_index`              |
| Clustering Key(s) | `date`                                 |

### Table Columns

| Column Name                     | Data Type         | Description                                                                 |
| ------------------------------- | ----------------- | --------------------------------------------------------------------------- |
| date                            | TIMESTAMP\_NTZ(9) | Calendar date (UTC) this record represents. Used in daily aggregate tables. |
| validator\_index                | NUMBER(38,0)      | 916,865                                                                     |
| min\_epoch                      | NUMBER(38,0)      | 287663                                                                      |
| max\_epoch                      | NUMBER(38,0)      | 287887                                                                      |
| epoch\_count                    | NUMBER(38,0)      | 225                                                                         |
| head                            | NUMBER(38,0)      | 534132                                                                      |
| target                          | NUMBER(38,0)      | 1034226                                                                     |
| source                          | NUMBER(38,0)      | 552116                                                                      |
| inclusion\_delay                | NUMBER(38,0)      | 0                                                                           |
| inactivity                      | NUMBER(38,0)      | 0                                                                           |
| total\_rewards                  | NUMBER(38,0)      | 2120474                                                                     |
| \_created\_at                   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                    |
| \_updated\_at                   | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.               |
| \_changed\_since\_full\_refresh | BOOLEAN           | Indicates if the record has changed since the last full data refresh.       |
