github fivetran/dbt_salesforce_formula_utils v0.6.1
salesforce_formula_utils 0.6.1

latest releases: v0.10.0, v0.9.3, v0.9.2...
2 years ago

Fixes

  • Modified the sfdc_formula_view_sql macro to remove extranneous double quotes on Redshift databases (#36)
  • Formulas were previously being lower cased within the macro to be consistent across the board. However, this resulted in some translations to be incorrect if they required specific casing. A fix has been implemented to rely on the casing within the fivetran_formula table instead of casing within the macro. (#37)

Under the Hood

  • Removal of the main_table aliasing within the translated view_sql formulas. This would result in errors when self joins were being conducted. Therefore, this logic is not handled natively within the Salesforce connector. (#38)

Don't miss a new dbt_salesforce_formula_utils release

NewReleases is sending notifications on new releases.