From 9d10a058e24777975ed963bc652b65c33928ba75 Mon Sep 17 00:00:00 2001 From: Rhiyo Date: Sun, 18 Aug 2024 20:28:55 +1000 Subject: [PATCH 1/2] Update backfills docs with more up to date info on single runs --- .../concepts/partitions-schedules-sensors/backfills.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/concepts/partitions-schedules-sensors/backfills.mdx b/docs/content/concepts/partitions-schedules-sensors/backfills.mdx index 8f7737f24b839..88dcbcba716bc 100644 --- a/docs/content/concepts/partitions-schedules-sensors/backfills.mdx +++ b/docs/content/concepts/partitions-schedules-sensors/backfills.mdx @@ -42,9 +42,7 @@ By default, if you launch a backfill that covers `N` partitions, Dagster will la Dagster supports backfills that execute as a single run that covers a range of partitions, such as executing a backfill as a single Snowflake query. After the run completes, Dagster will track that all the partitions have been filled. - Single-run backfills only work for backfills that target assets directly, i.e. - those launched from the asset graph or asset page. Backfills launched from the - Job page will not respect the backfill policies of assets included in the job. + Single-run backfills only work if they are launched from the asset graph or asset page, or if the assets are part of an asset job that shares the same backfill policy across all included assets. To get this behavior, you need to: From 898e1eda29b15f6c58897c5d54d5b7d54e69369d Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Fri, 20 Dec 2024 11:04:03 -0500 Subject: [PATCH 2/2] make mdx-format --- .../concepts/partitions-schedules-sensors/backfills.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/concepts/partitions-schedules-sensors/backfills.mdx b/docs/content/concepts/partitions-schedules-sensors/backfills.mdx index 88dcbcba716bc..357b96f7d2157 100644 --- a/docs/content/concepts/partitions-schedules-sensors/backfills.mdx +++ b/docs/content/concepts/partitions-schedules-sensors/backfills.mdx @@ -42,7 +42,9 @@ By default, if you launch a backfill that covers `N` partitions, Dagster will la Dagster supports backfills that execute as a single run that covers a range of partitions, such as executing a backfill as a single Snowflake query. After the run completes, Dagster will track that all the partitions have been filled. - Single-run backfills only work if they are launched from the asset graph or asset page, or if the assets are part of an asset job that shares the same backfill policy across all included assets. + Single-run backfills only work if they are launched from the asset graph or + asset page, or if the assets are part of an asset job that shares the same + backfill policy across all included assets. To get this behavior, you need to: