pub async fn load_postgres_extraction_backfill(
pool: &PgPool,
run_id: &str,
) -> Result<Option<ExtractionBackfillRun>, ExtractionBackfillError>Expand description
Reload the last transactionally committed run after process restart or a lost client response.