Skip to content

v0.4.0 dbt_dynamics_365_crm

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 30 Jul 18:25
· 1 commit to main since this release
2644044

PR #23 includes the following updates:

Schema/Data Change

1 total change • 1 possible breaking change

Data Model(s) Change type Old New Notes
BREAKING: account, appointment, contact, email, incident, msdyn_customerasset, msdyn_workorder, msdyn_workorderproduct, opportunity, phonecall, systemuser, task Changed field/model When a source table had no columns requiring string mapping, the model returned a single warning column with a static message. The model now returns the full source table unchanged when no columns require string mapping.

Deprecation

  • The string_mapping macro’s run_mode argument is now deprecated and no longer has any effect. Passing it will produce a warning. Remove it from any custom string_mapping() calls.

Full Changelog: v0.3.0...v0.4.0