hooks
Last updated
Last updated
The second required parameter for all run
functions is hooks
:
This parameter is an instance of the PrismHooks
class, a high-level interface that lets you quickly and easily talk to external connections without having to write low-level code or use special libraries.
The following hooks are available to Prism users:
: for executing SQL code using specific adapters
: for executing PySpark code
: for converting dbt models into Pandas DataFrames