-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from fivetran/feature/update-joins
Feature/update joins
- Loading branch information
Showing
9 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
# dbt_Recharge_source v0.1.1 | ||
[PR #13](https://github.com/fivetran/dbt_recharge/pull/13) includes the following updates: | ||
## Features | ||
- Updated the join logic for `recharge__subscription_overview` to produce more accurate results. | ||
- The [source package](https://github.com/fivetran/dbt_recharge_source/) model `stg_recharge__subscription_history` was updated to use the source's `updated_at` column to determine most recent record. See the source package [CHANGELOG](https://github.com/fivetran/dbt_recharge_source/blob/main/CHANGELOG.md) for more details. | ||
|
||
# dbt_Recharge_source v0.1.0 | ||
🎉 This is the initial release of this package! 🎉 | ||
# 📣 What does this dbt package do? | ||
- Produces modeled tables that leverage Recharge data from [Fivetran's connector](https://fivetran.com/docs/applications/recharge) in the format described by [this ERD](https://fivetran.com/docs/applications/recharge#schemainformation) and build off the output of our [Recharge source package](https://github.com/fivetran/dbt_recharge_source). | ||
- Enables you to better understand your Recharge data by summarizing customer, revenue, and subscription trends. | ||
- Generates a comprehensive data dictionary of your source and modeled Recharge data through the [dbt docs site](https://fivetran.github.io/dbt_recharge/). | ||
|
||
For more information refer to the [README](https://github.com/fivetran/dbt_recharge/blob/main/README.md). | ||
For more information refer to the [README](https://github.com/fivetran/dbt_recharge/blob/main/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
name: 'recharge' | ||
version: '0.1.0' | ||
version: '0.1.1' | ||
config-version: 2 | ||
require-dbt-version: [">=1.3.0", "<2.0.0"] | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
packages: | ||
- package: fivetran/recharge_source | ||
version: [">=0.1.0", "<0.2.0"] | ||
- package: fivetran/recharge_source | ||
version: [">=0.1.0", "<0.2.0"] |