dbt-project-evaluator icon indicating copy to clipboard operation
dbt-project-evaluator copied to clipboard

Move arrays macros for Databricks/Spark from this repo to `spark_utils`

Open b-per opened this issue 2 years ago • 2 comments

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.

b-per avatar Jun 22 '22 14:06 b-per

Related to #153

graciegoheen avatar Jun 23 '22 14:06 graciegoheen

Got the ball rolling for array macros (will do a separate PR for listagg) - https://github.com/dbt-labs/spark-utils/pull/26

graciegoheen avatar Jun 24 '22 19:06 graciegoheen