Skip to content

Commit d078dd5

Browse files
fivetran-data-model-botClaude README Updatergithub-actions[bot]
authored
dbt bump to v3.0.0 (#37)
* 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 7ceedc7 commit d078dd5

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: zuora_database
22
schema_key: zuora_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
zuora__using_credit_balance_adjustment:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# dbt_zuora v1.2.0
2+
3+
[PR #37](https://github.com/fivetran/dbt_zuora/pull/37) includes the following updates:
4+
5+
## Features
6+
- Increases the required dbt version upper limit to v3.0.0
7+
18
# dbt_zuora v1.1.1
29
[PR #36](https://github.com/fivetran/dbt_zuora/pull/36) 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_zuora/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">
@@ -78,7 +78,7 @@ Include the following zuora package version in your `packages.yml` file.
7878
```yaml
7979
packages:
8080
- package: fivetran/zuora
81-
version: [">=1.1.0", "<1.2.0"]
81+
version: [">=1.2.0", "<1.3.0"]
8282
```
8383
> All required sources and staging models are now bundled into this transformation package. Do not include `fivetran/zuora_source` in your `packages.yml` since this package has been deprecated.
8484

dbt_project.yml

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

66
vars:
77
zuora:

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: 'zuora_integration_tests'
2-
version: '1.1.1'
2+
version: '1.2.0'
33
profile: 'integration_tests'
44
config-version: 2
55

0 commit comments

Comments
 (0)