Hi there, is there anyway to treat backfill run as...
# ask-community
s
Hi there, is there anyway to treat backfill run as a single unit. So when all the jobs in backfill run are finished, we can trigger a sensor/job after that. And if a job in backfill run is failed, it means that the whole backfill run is failed so it will not trigger the sensor/job.
s
backfills do have ids and statuses, so it seems to me like, at the very least, you could implement a sensor that hits the graphql endpoint and looks for recently completed backfills. i'd offer a query but im not great at graphql ... yet 🙂
👍 1
s
Yeah, I’ve done a workaround using this. It’s not very pretty but it works.