You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These models should also be able to generate a purchase reconciliation report for xPro.
Current State of Purchase Reconciliation
Purchase Reconciliation reporting allows the business ops team to validate charges, confirm details related to refunds, and produce reports related to purchases. We have created a working purchase reconciliation for MITx Online in BI: https://bi.odl.mit.edu/queries/1190
The following tables are utilized by this report:
ecommerce_order
ecommerce_transaction
ecommerce_line
ecommerce_product
courses_courserun
courses_courseruncertificate
courses_program
users_user
courses_courserunenrollment
ecommerce_discountredemption
ecommerce_discount
The fields in the report are below.
ecommerce_order.order_id
user_info.username
user_info..email
courses_courserun.readable_id
courses_courserun.title
courses_courserunenrollment.id
courses_courserunenrollment.created_on
courses_courserunenrollment.enrollment_mode
courses_courserunenrollment.active
courses_courserunenrollment.change_status
ecommerce_order.user_id
ecommerce_order.created_on
ecommerce_order."Receipt_Url" (https://mitxonline.mit.edu/orders/receipt/ || id as "Receipt_Url")
What intermediate & mart models support purchase reconciliation?
Here is a first pass at which dbt models will support purchase reconciliation.
Mart Models
Intermediate Models
These models should also be able to generate a purchase reconciliation report for xPro.
Current State of Purchase Reconciliation
Purchase Reconciliation reporting allows the business ops team to validate charges, confirm details related to refunds, and produce reports related to purchases. We have created a working purchase reconciliation for MITx Online in BI:
https://bi.odl.mit.edu/queries/1190
The following tables are utilized by this report:
The fields in the report are below.
https://mitxonline.mit.edu/orders/receipt/
|| id as "Receipt_Url")Note, the transformed names in the report were selected by business ops. We want to migrate to our new naming convention.
The text was updated successfully, but these errors were encountered: