Bugfix
- Databricks users faced a syntax error resulting from the
sfdc_formula_view_sql
macro not correctly compiling. This update adds the Databricks warehouse to a conditional in the macro that allows the sql to correctly compile. (PR #94) (PR #92) - Postgres users faced a syntax error resulting from the
sfdc_formula_view_sql
macro not correctly compiling. This update adds the Postgres warehouse to a conditional in the macro that allows the sql to correctly compile. (PR #94)
Contributors:
Full Changelog: v0.9.0...v0.9.1