|
|
|
|
|
by noel_gomez
1044 days ago
|
|
It is likely that these will make it into dbt since there are many dbt users who also use snowflake. The main thing to consider when deciding to some something other than dbt is: * can you apply software dev best practices, CI/CD etc
* is it proprietary or can you use it with other dbs
* is there a large community behind it e.g. dbt packages and dbt python libraries
* will you also get docs, dq, lineage or will you need additional tools\ing
* will you need to orchestrate other aspects of your data flow e.g. EL, then T, then activation, etc Databricks also has delta live tables and for the reasons above I usually suggest people consider all of these and not just go all-in with one vendor |
|