I believe that more and more providers will offer ML inside the database. You can check what Oracle is doing. Aside from that, some of the simple models can be fitted using SQL.
Yes, that was my first thought when I opened the article. dbt is amazing and basically converts your SELECT statements to CREATE TABLE statements. I guess they target both EL from the ELT, while dbt relies on data being…
I believe that more and more providers will offer ML inside the database. You can check what Oracle is doing. Aside from that, some of the simple models can be fitted using SQL.
Yes, that was my first thought when I opened the article. dbt is amazing and basically converts your SELECT statements to CREATE TABLE statements. I guess they target both EL from the ELT, while dbt relies on data being…