From a564e01c8788f2490b2dbb7c8de5e0aeaa88c902 Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Tue, 30 Jan 2024 10:31:35 -0500 Subject: [PATCH] update pyobect ref --- docs/content/integrations/dbt/reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/integrations/dbt/reference.mdx b/docs/content/integrations/dbt/reference.mdx index 2ff26592dfaf1..a3d616c871875 100644 --- a/docs/content/integrations/dbt/reference.mdx +++ b/docs/content/integrations/dbt/reference.mdx @@ -681,7 +681,7 @@ You can define a Dagster 's start and end dates, and these can be passed to dbt's CLI as variables which can be used to filter incremental models. -When a partition definition to passed to the decorator, all assets are defined to operate on the same partitions. With this in mind, we can retrieve any time window from property in order to get the current start and end partitions. +When a partition definition to passed to the decorator, all assets are defined to operate on the same partitions. With this in mind, we can retrieve any time window from property in order to get the current start and end partitions. ```python import json