@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/data-backfills-and-replay-pipelines>
  a schema:TechArticle ;
  schema:headline "Data Backfills and Replay Pipelines" ;
  schema:url <https://anchorfact.org/computer-science/data-backfills-and-replay-pipelines/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/data-backfills-and-replay-pipelines>
  schema:citation <https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/backfill.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-backfills-and-replay-pipelines>
  schema:citation <https://docs.dagster.io/guides/build/partitions-and-backfills/backfilling-data> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-backfills-and-replay-pipelines>
  schema:citation <https://docs.getdbt.com/docs/build/incremental-models> ;
  af:sourceTier "B" .