From ae490b0a6202aef41433aa4a9a7b40ed7dc69f93 Mon Sep 17 00:00:00 2001 From: Kevin Grismore <146098880+kevingrismore@users.noreply.github.com> Date: Wed, 26 Feb 2025 10:56:30 -0600 Subject: [PATCH] Fix dbt docs typo (#17288) --- docs/integrations/prefect-dbt/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/prefect-dbt/index.mdx b/docs/integrations/prefect-dbt/index.mdx index 285ce347c256..623697b5d075 100644 --- a/docs/integrations/prefect-dbt/index.mdx +++ b/docs/integrations/prefect-dbt/index.mdx @@ -305,7 +305,7 @@ To be notified when this model is skipped, the following automation trigger coul #### Resources and lineage -Resources in Prefect Cloud are currently experienmental. Enable them by setting the `PREFECT_EXPERIMENTS_LINEAGE_EVENTS_ENABLED` environment variable to `true` wherever flow runs are executed. +Resources in Prefect Cloud are currently experimental. Enable them by setting the `PREFECT_EXPERIMENTS_LINEAGE_EVENTS_ENABLED` environment variable to `true` wherever flow runs are executed. The `PrefectDbtRunner` class automatically emits lineage events describing the relationships between the resources in your dbt project.