PrefectHQ / prefect-dbt

Collection of Prefect integrations for working with dbt with your Prefect flows.

Home Page:https://prefecthq.github.io/prefect-dbt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo on dbt prefect documentation side

VincenzoGalante opened this issue · comments

https://prefecthq.github.io/prefect-dbt/#writing-a-new-profile

There is a typo in the code
dbt_process = dbt_op.trigger()

Expectation / Proposal

dbt_process = dbt_operation.trigger()

Traceback / Example

The dbpt_op.trigger() throws an error.