Skip to content

How do you check whether a run was part of a backfill? #16189

Answered by sryza
sryza asked this question in Q&A
Discussion options

You must be logged in to vote

Runs that were triggered as part of a backfill will be assigned a backfill tag that includes the backfill ID. Here's an example of one displayed on the Runs page:

If you have a DagsterRun object that you've fetched from the instance, you can inspect its tags attribute. You can also inspect run tags using the DagsterInstance.get_run_tags method.

Replies: 1 comment 2 replies

Comment options

sryza
Aug 29, 2023
Maintainer Author

You must be logged in to vote
2 replies
@nrsmac
Comment options

@sryza
Comment options

sryza May 2, 2024
Maintainer Author

Answer selected by sryza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: backfill Related to Backills area: tags Related to tagging and labeling
2 participants