DBT: Running multiple Databricks DDL on run-start via macro
Summary The issue at hand is related to DBT and Databricks, where a macro is being used to create Databricks functions on on-run-start. The macro works fine when creating a single function, but throws an error when trying to create multiple functions. The goal is to find a way to create all necessary functions without … Read more