We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
most_recent_sale_date
Are you a current Fivetran customer?
Fivetran created Bug
Describe the bug
The calculation for most_recent_sale_date is currently using a min aggregation. However, it should instead be max.
min
max
dbt_stripe/models/stripe__customer_overview.sql
Lines 71 to 74 in 1815eb8
Expected behavior
The most_recent_sale_date should be the max date.
The text was updated successfully, but these errors were encountered:
The merged PR above resolved this issue and the fix is live in the latest version of the package.
Sorry, something went wrong.
No branches or pull requests
Are you a current Fivetran customer?
Fivetran created Bug
Describe the bug
The calculation for
most_recent_sale_date
is currently using amin
aggregation. However, it should instead bemax
.dbt_stripe/models/stripe__customer_overview.sql
Lines 71 to 74 in 1815eb8
Expected behavior
The
most_recent_sale_date
should be the max date.The text was updated successfully, but these errors were encountered: