Skip to content

v0.10.0 dbt_salesforce_formula_utils

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 09 Jul 23:55
· 2 commits to main since this release
c12dc44

PR #109 includes the following updates:

🚨 Breaking Changes 🚨

  • As announced in the v0.9.2 August 2023 release, the full_statement_version=false parameter has been fully deprecated from the sfdc_formula_view macro. Please remove any references to this parameter to avoid errors.
    • Additionally, the reserved_table_name and fields_to_include parameters have also been deprecated and should be removed.
  • The following macros have also been removed:
    • sfdc_current_formula_values
    • sfdc_formula_pivot
    • sfdc_formula_refactor
    • sfdc_formula_view_fields
    • sfdc_formula_view_sql
    • sfdc_get_formula_column_values
    • sfdc_star_exact

Under the hood

  • Included auto-releaser GitHub Actions workflow to automate future releases.
  • Updated maintainer pull request template.

Full Changelog: v0.9.3...v0.10.0