solana-models/models/descriptions/backfill_status.md
tarikceric 5399165667
An 6390/llm context descriptions (#855)
* description rules and fact_txs update

* blocks update

* idls and labels

* wip

* wip

* update desc

* update

* update doc rules

* update table desc per new rules

* updates
2025-07-16 12:26:39 -07:00

375 B

{% docs backfill_status %} A status indicator describing whether historical data for this program or IDL has been fully backfilled. Common values: 'complete', 'in_progress', 'not_started'.

Example:

  • "complete"
  • "in_progress"
  • "not_started"

Business Context:

  • Supports data completeness checks, ETL monitoring, and analytics on historical coverage. {% enddocs %}