dbt_linreg icon indicating copy to clipboard operation
dbt_linreg copied to clipboard

Faster Snowflake implementation

Open dwreeves opened this issue 8 months ago • 0 comments

It's possible to materialize the Snowflake implementation as a UDF using pre-hook and post-hook tricks, similar to what I do in https://github.com/dwreeves/dbt_pca. This should be the default Snowflake implementation.

dwreeves avatar Apr 20 '25 21:04 dwreeves