To Nha Notes | Feb. 8, 2022, 9:57 a.m.
https://quickstarts.snowflake.com/guide/data_engineering_with_apache_airflow/index.html#0
For those coming from an ETL (Extract Transform Load) paradigm, there's often a desire to write transformations as insert and update statements. In comparison, dbt will wrap your select query in a create table as statement, which can feel counter-productive.
https://docs.getdbt.com/faqs/insert-records
https://docs.getdbt.com/docs/building-a-dbt-project/building-models/configuring-incremental-models