hooks.dbt_ref
Last updated
Last updated
hooks.dbt_ref
allows users to access dbt models as Pandas DataFrames in their tasks. More on this in the section.
Warning: hooks.dbt_ref
does NOT materialize your models for you! You'll need to materialize them yourselve (e.g., with dbt run
) before using Prism's hooks.