Skip to content

Fix "inblound" typo and adjust seed configs#12

Merged
fivetran-jamie merged 6 commits into
mainfrom
fix/inblound
Jan 29, 2026
Merged

Fix "inblound" typo and adjust seed configs#12
fivetran-jamie merged 6 commits into
mainfrom
fix/inblound

Conversation

@fivetran-jamie

@fivetran-jamie fivetran-jamie commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

PR Overview

Package version introduced in this PR:

  • 0.4.1

This PR addresses the following Issue/Feature(s):

  • GA-1013210
  • GA-1009334

Summary of changes:

  • Starts deprecation process for inblound_shipped_quantity in favor of inbound_shipped_quantity

Submission Checklist

  • Alignment meeting with the reviewer (if needed)
    • Timeline and validation requirements discussed
  • Provide validation details:
    • Validation Steps: Check for unintentional effects (e.g., add/run consistency & integrity tests)
    • Testing Instructions: Confirm the change addresses the issue(s)
    • Focus Areas: Complex logic or queries that need extra attention
  • Merge any relevant open PRs into this PR

Changelog

  • Draft changelog for PR
  • Final changelog for release review

@fivetran-jamie fivetran-jamie marked this pull request as ready for review January 29, 2026 15:35
@fivetran-jamie fivetran-jamie self-assigned this Jan 29, 2026
Comment thread CHANGELOG.md Outdated

| Data Model(s) | Change type | Old | New | Notes |
| ------------- | ----------- | ----| --- | ----- |
| `amazon_selling_partner__item_inventory`<br>`stg_amazon_selling_partner__fba_inventory_summary` | Column rename | `inblound_shipped_quantity` | `inbound_shipped_quantity` | The typo column `inblound_shipped_quantity` will be retained until March 2026 for backwards compatibility, after which it will be officially sunset in favor of `inbound_shipped_quantity`. |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should call it out on perhaps two lines like this so it's obvious both columns will exist for a bit.

Suggested change
| `amazon_selling_partner__item_inventory`<br>`stg_amazon_selling_partner__fba_inventory_summary` | Column rename | `inblound_shipped_quantity` | `inbound_shipped_quantity` | The typo column `inblound_shipped_quantity` will be retained until March 2026 for backwards compatibility, after which it will be officially sunset in favor of `inbound_shipped_quantity`. |
| `amazon_selling_partner__item_inventory`<br>`stg_amazon_selling_partner__fba_inventory_summary` | New Column | | `inbound_shipped_quantity` | Fixes the spelling of the `inblound_shipped_quantity` column. |
| `amazon_selling_partner__item_inventory`<br>`stg_amazon_selling_partner__fba_inventory_summary` | Deprecated Column | `inblound_shipped_quantity` | | The typo column `inblound_shipped_quantity` will be retained until March 2026 for backwards compatibility, after which it will be officially sunset in favor of `inbound_shipped_quantity`. |

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, added directly!

Comment thread CHANGELOG.md
| `amazon_selling_partner__item_inventory`<br>`stg_amazon_selling_partner__fba_inventory_summary` | Column rename | `inblound_shipped_quantity` | `inbound_shipped_quantity` | The typo column `inblound_shipped_quantity` will be retained until March 2026 for backwards compatibility, after which it will be officially sunset in favor of `inbound_shipped_quantity`. |

## Under the Hood
- Removes unused seed files.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add that we added the indentifiers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding!

description: '{{ doc("inbound_shipped_quantity") }}'
- name: inblound_shipped_quantity
description: '{{ doc("inblound_shipped_quantity") }}'
description: Typo version of `inbound_shipped_quantity` kept for backward compatibility. Will be removed in March 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add the deprecated label.

Suggested change
description: Typo version of `inbound_shipped_quantity` kept for backward compatibility. Will be removed in March 2026
description: [DEPRECATED] Typo version of `inbound_shipped_quantity` kept for backward compatibility. Will be removed in March 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed directly

Comment thread models/amazon_selling_partner.yml Outdated
description: "{{ doc('fc_processing_quantity') }}"
- name: inblound_shipped_quantity
description: "{{ doc('inblound_shipped_quantity') }}"
description: Typo version of `inbound_shipped_quantity` kept for backward compatibility. Will be removed in March 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add a deprecated callout.

Suggested change
description: Typo version of `inbound_shipped_quantity` kept for backward compatibility. Will be removed in March 2026
description: [DEPRECATED] Typo version of `inbound_shipped_quantity` kept for backward compatibility. Will be removed in March 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed directly

@@ -14,7 +14,7 @@
{"name": "fullfillable_quantity", "datatype": dbt.type_int()},

@fivetran-catfritz fivetran-catfritz Jan 29, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think is another typo we should fix. It should be 'fulfillable_quantity' with 3 Ls instead of 4.
Screenshot 2026-01-29 at 10 43 06 AM

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah great catch, updating!

@fivetran-catfritz fivetran-catfritz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@fivetran-jamie fivetran-jamie added the docs:ready Triggers the docs generator workflow. label Jan 29, 2026
@fivetran-jamie fivetran-jamie merged commit fbf0728 into main Jan 29, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs:ready Triggers the docs generator workflow.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants