v0.4.0 dbt_dynamics_365_crm
·
1 commit
to main
since this release
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_mappingmacro’srun_modeargument is now deprecated and no longer has any effect. Passing it will produce a warning. Remove it from any customstring_mapping()calls.
Full Changelog: v0.3.0...v0.4.0