From 67a496bcec7eff7f284b65e811dd15a6b5d4b9e9 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