-
Notifications
You must be signed in to change notification settings - Fork 3
update/order-source-sunset #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fivetran-joemarkiewicz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetran-catfritz thanks for these updates! I have a few change requests before approval. Let me know if you have any questions.
CHANGELOG.md
Outdated
|
|
||
| ## Schema/Data Changes | ||
|
|
||
| **__ total changes • 0 possible breaking changes** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this needs to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
CHANGELOG.md
Outdated
| | **Data Model/Column** | **Change type** | **Old** | **New** | **Notes** | | ||
| | --------------------- | --------------- | ------- |-------- | --------- | | ||
| | `ORDER` | Source removed | | | Sunset in favor of `ORDERS`, which is now standard across all connections. | | ||
| | [`stg_recharge__discount`](https://fivetran.github.io/dbt_recharge/#!/model/model.zendesk.stg_recharge__discount) | Column removed | `applies_to_id` | | Removed due to inconsistent data types (JSON vs. string) in the source. It can be re-enabled via the `recharge__discount_passthrough_columns` variable. See the [Passing Through Additional Columns](https://github.com/fivetran/dbt_recharge/blob/main/README.md#passing-through-additional-columns) section in the README for usage details. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small adjustment to highlight the variable is new.
| | [`stg_recharge__discount`](https://fivetran.github.io/dbt_recharge/#!/model/model.zendesk.stg_recharge__discount) | Column removed | `applies_to_id` | | Removed due to inconsistent data types (JSON vs. string) in the source. It can be re-enabled via the `recharge__discount_passthrough_columns` variable. See the [Passing Through Additional Columns](https://github.com/fivetran/dbt_recharge/blob/main/README.md#passing-through-additional-columns) section in the README for usage details. | | |
| | [`stg_recharge__discount`](https://fivetran.github.io/dbt_recharge/#!/model/model.zendesk.stg_recharge__discount) | Column removed | `applies_to_id` | | Removed due to inconsistent data types (JSON vs. string) in the source. It can be re-enabled via the newly added `recharge__discount_passthrough_columns` variable. See the [Passing Through Additional Columns](https://github.com/fivetran/dbt_recharge/blob/main/README.md#passing-through-additional-columns) section in the README for usage details. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
| - name: is_deleted | ||
| description: This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the order (record) is deleted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field removal needs to also be documented in the CHANGELOG to highlight the field was removed from the end model as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a section in the README titled "Leveraging orders vs order source" which needs to be updated/removed following this update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
…ran/dbt_recharge into update/order-source-sunset merge
fivetran-catfritz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @fivetran-joemarkiewicz
| - name: is_deleted | ||
| description: This column has been deprecated as of July 2025 in favor of the `_fivetran_deleted` column. Boolean indicating if the order (record) is deleted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you updated.
CHANGELOG.md
Outdated
|
|
||
| ## Schema/Data Changes | ||
|
|
||
| **__ total changes • 0 possible breaking changes** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated!
CHANGELOG.md
Outdated
| | **Data Model/Column** | **Change type** | **Old** | **New** | **Notes** | | ||
| | --------------------- | --------------- | ------- |-------- | --------- | | ||
| | `ORDER` | Source removed | | | Sunset in favor of `ORDERS`, which is now standard across all connections. | | ||
| | [`stg_recharge__discount`](https://fivetran.github.io/dbt_recharge/#!/model/model.zendesk.stg_recharge__discount) | Column removed | `applies_to_id` | | Removed due to inconsistent data types (JSON vs. string) in the source. It can be re-enabled via the `recharge__discount_passthrough_columns` variable. See the [Passing Through Additional Columns](https://github.com/fivetran/dbt_recharge/blob/main/README.md#passing-through-additional-columns) section in the README for usage details. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
fivetran-joemarkiewicz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Overview
Package version introduced in this PR:
This PR addresses the following Issue/Feature(s):
_is_deletedcolumn #37ORDERsource in favor ofORDERS. #36Summary of changes:
Submission Checklist
Changelog