hooks.dbt_ref
hooks.dbt_ref allows users to access dbt models as Pandas DataFrames in their tasks. More on this in the dbt 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.
Last updated