Happy Wednesday!
This release of the dbt_salesforce_formula_utils
dbt package contains the following changes:
Fixes
- Modified the
sfdc_formula_view
macro to wrap the arguments within an additional parenthesis. This is required for Snowflake warehouses with mixed casing enabled. (#32) - Updated the
sfdc_old_formula_fields
macro to properly work with mixed-quoting styles in Snowflake. This was fixed by setting the target relation in the macro to explicitly be set to a table relation. (#32)