🐞 Bug Fixes 🐞
- #24: Updating docs to add
dbt_stripedocumentation in addition todbt_stripe_sourcedocumentation. - #27: Updating
models/stripe__customer_overview.sqlto usemaxinstead ofminfor calculatingmost_recent_sale_date. - #28: Updating
models/stripe__customer_overview.sqlto include "No Associated Customer" records.- This PR accounts for when a transaction may be tied to a customer_id that has not yet synced into the customers table due primarily due to a sync lapse between the tables; in which case, the customer_description field will be "No Associated Customer".
- Each "No Associated Customers" record will be an individual row, since we can not predictably do any group bys due to the
stripe__customer_metadatavariable variability in both datatype and number of metadata fields.