Skip to content

Commit

Permalink
Merge pull request #18 from fivetran/quickstart/remove-zuora-line-enh…
Browse files Browse the repository at this point in the history
…anced

[Quickstart Fix] Remove line item enhanced from public models
  • Loading branch information
fivetran-avinash authored Jan 2, 2025
2 parents ffd5052 + 0061897 commit f52f2bd
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 24 deletions.
3 changes: 1 addition & 2 deletions .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ public_models: [
"zuora__line_item_history",
"zuora__subscription_overview",
"zuora__monthly_recurring_revenue",
"zuora__account_overview",
"zuora__line_item_enhanced"
"zuora__account_overview"
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# dbt_zuora v0.3.1
[PR #18](https://github.com/fivetran/dbt_zuora/pull/18) includes the following updates:

## Fixes
- Removed `zuora__line_item_enhanced` from the public `quickstart.yml` models, as it's disabled by default.

## Documentation Update
- Moved badges at top of the README below the H1 header to be consistent with popular README formats.

# dbt_zuora v0.3.0
[PR #13](https://github.com/fivetran/dbt_zuora/pull/13) includes the following breaking changes:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<p align="center">
# Zuora dbt package ([Docs](https://fivetran.github.io/dbt_zuora/))

<p align="left">
<a alt="License"
href="https://github.com/fivetran/dbt_zuora/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
Expand All @@ -10,8 +12,6 @@
<img src="https://img.shields.io/badge/Contributions-welcome-blueviolet" /></a>
</p>

# Zuora dbt package ([Docs](https://fivetran.github.io/dbt_zuora/))

## What does this dbt package do?
- Produces modeled tables that leverage Zuora data from [Fivetran's connector](https://fivetran.com/docs/applications/zuora) in the format described by [this ERD](https://fivetran.com/docs/applications/zuora#schemainformation) and builds off the output of our [Zuora source package](https://github.com/fivetran/dbt_zuora_source).

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: 'zuora'
version: '0.3.0'
version: '0.3.1'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]

Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

55 changes: 41 additions & 14 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/run_results.json

This file was deleted.

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: 'zuora_integration_tests'
version: '0.3.0'
version: '0.3.1'
profile: 'integration_tests'
config-version: 2

Expand Down

0 comments on commit f52f2bd

Please sign in to comment.