Skip to content

Commit

Permalink
Merge pull request #20 from fivetran/bug/switch-merge-lead-ids
Browse files Browse the repository at this point in the history
switch to breaking change
  • Loading branch information
fivetran-jamie authored Jan 26, 2022
2 parents bc8d078 + aee404a commit 8e90718
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# dbt_marketo_source v0.6.1
# dbt_marketo_source v0.7.0

## Bug Fixes
- Previously, `merged_into_lead_id` and `lead_id` were erroneously switched in `stg_marketo__lead`. This release switches them back, appropriately casting `merged_into_lead_id` as a string (it can have multiple comma-separated values) and `lead_id` as an integer (https://github.com/fivetran/dbt_marketo/issues/17)
- Previously, `merged_into_lead_id` and `lead_id` were erroneously switched in `stg_marketo__lead`. This release switches them back, appropriately casting `merged_into_lead_id` as a string (it can have multiple comma-separated values) and `lead_id` as an integer (https://github.com/fivetran/dbt_marketo/issues/17).

This is a **BREAKING CHANGE** as you will need to run a full refresh due to the columns' differing data types.

# dbt_marketo_source v0.6.0
🎉 dbt v1.0.0 Compatibility 🎉
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Include in your `packages.yml`
```yaml
packages:
- package: fivetran/marketo_source
version: [">=0.6.0", "<0.7.0"]
version: [">=0.7.0", "<0.8.0"]
```
## Configuration
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'marketo_source'
version: '0.6.1'
version: '0.7.0'
config-version: 2
require-dbt-version: [">=1.0.0", "<2.0.0"]

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'marketo_source_integration_tests'
version: '0.6.1'
version: '0.7.0'
profile: 'integration_tests'
config-version: 2

Expand Down

0 comments on commit 8e90718

Please sign in to comment.