Hi team, Happy Friday! I’m trying to understand wh...
# plugins-general
z
Hi team, Happy Friday! I’m trying to understand what’s happening under the hood. I have a dumb question regarding
ProjectPlugin
class: I saw that we call
async with plugin.trigger_hooks
in many different places… How a
ProjectPlugin
object call the function defined in
HookObject
class? I saw many plugins (Airflow/DBT/Singer) inherit the BasePlugin(HookObject) class… Thank you so much! thankyou