Skip to content

Commit f543919

Browse files
fivetran-data-model-botClaude README Updatergithub-actions[bot]
authored
dbt bump to v3.0.0 (#13)
* MagicBot/bump-dbt-to-v3 * Generate dbt docs via GitHub Actions --------- Co-authored-by: Claude README Updater <noreply@fivetran.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d26374c commit f543919

7 files changed

Lines changed: 15 additions & 8 deletions

File tree

.quickstart/quickstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
database_key: salesforce_marketing_cloud_database
22
schema_key: salesforce_marketing_cloud_schema
33

4-
dbt_versions: ">=1.3.0 <2.0.0"
4+
dbt_versions: ">=1.3.0 <3.0.0"
55

66
table_variables:
77
salesforce_marketing_cloud__link_enabled:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# dbt_salesforce_marketing_cloud v0.4.0
2+
3+
[PR #13](https://github.com/fivetran/dbt_salesforce_marketing_cloud/pull/13) includes the following updates:
4+
5+
## Features
6+
- Increases the required dbt version upper limit to v3.0.0
7+
18
# dbt_salesforce_marketing_cloud v0.3.0
29
[PR #12](https://github.com/fivetran/dbt_salesforce_marketing_cloud/pull/12) includes the following updates:
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
href="https://github.com/fivetran/dbt_salesforce_marketing_cloud/blob/main/LICENSE">
66
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
77
<a alt="dbt-core">
8-
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0_,<2.0.0-orange.svg" /></a>
8+
<img src="https://img.shields.io/badge/dbt_Core™_version->=1.3.0,_<3.0.0-orange.svg" /></a>
99
<a alt="Maintained?">
1010
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /></a>
1111
<a alt="PRs">
@@ -77,7 +77,7 @@ Include the following Salesforce Marketing Cloud package version in your `packag
7777
```yml
7878
packages:
7979
- package: fivetran/salesforce_marketing_cloud
80-
version: [">=0.3.0", "<0.4.0"] # we recommend using ranges to capture non-breaking changes automatically
80+
version: [">=0.4.0", "<0.5.0"] # we recommend using ranges to capture non-breaking changes automatically
8181
```
8282

8383
### Step 3: Define database and schema variables

dbt_project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config-version: 2
22
name: 'salesforce_marketing_cloud'
3-
version: '0.3.0'
4-
require-dbt-version: [">=1.3.0", "<2.0.0"]
3+
version: '0.4.0'
4+
require-dbt-version: [">=1.3.0", "<3.0.0"]
55

66
models:
77
salesforce_marketing_cloud:

docs/catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

integration_tests/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'salesforce_marketing_cloud_integration_tests'
2-
version: '0.3.0'
2+
version: '0.4.0'
33
config-version: 2
44

55
profile: 'integration_tests'

0 commit comments

Comments
 (0)