alittlesliceoftom / insert_by_timeperiod

Dbt package for advanced materialisation "insert by timeperiod" which builds on insert by period implementations. Currently tested in Azure Synaspse only.
Apache License 2.0
2 stars 1 forks source link

Hooks don't get executed #5

Closed aranyhoczki closed 1 month ago

aranyhoczki commented 1 month ago

While trying to run an IBTP with pre/post hooks configuration, I faced an issue that the hooks are not getting executed. Removing inside_transaction argument seems like fixing the issue as without those hooks get executed properly.