dbt-project-evaluator
dbt-project-evaluator copied to clipboard
Move arrays macros for Databricks/Spark from this repo to `spark_utils`
Currently, a Databricks user needs to configure the search_order for the package dbt_utils to be reading from dbt_project_evaulator first due to the fact that we use array macros that are not in spark_utils yet.
We should make sure that those macros work in all cases (not just the cases of this package) and move them to spark_utils.
Related to #153
Got the ball rolling for array macros (will do a separate PR for listagg) - https://github.com/dbt-labs/spark-utils/pull/26