Three new metadata columns are now available across all tables, enabling better tracking of data flow.
record_extracted_at
: The column represents the timestamp when the updated data became available in Chargebee’s data lakehouse.record_exported_at
: The column represents the timestamp when the data was exported to the configured destination.change_type
: The column indicates the type of change [create, update, delete, read] and can be used to load data into the warehouse accordingly
item_entitlements
table has been removed from Automatic Exports until further notice.
Fourteen new tables have been added:
business_entity_transfer
encapsulates the details of the movement of a resource (such as customer
and subscription
) from one business_entity
to another.item_tiers
for specific item_prices
of the subscription.Two new tables have been added:
Three new tables have been added to enhance subscription and MRR analysis:
Table Name | Table Description |
---|---|
subscription_mrr_changes | This table captures the historical changes in subscription status and Monthly Recurring Revenue (MRR) for each subscription. Each row represents a distinct change event, allowing for a comprehensive view of a subscription's lifecycle. The table is designed to facilitate root cause analysis of subscription upgrades, downgrades, and cancellations when joined with internal product analytics datasets. |
subscription_mrr_daily_summary | The subscription_mrr_daily table offers a comprehensive daily view of Monthly Recurring Revenue (MRR) for each subscription in both the billing currency and the site’s reporting currency. |
subscription_mrr_monthly_summary | The subscription_mrr_monthly table offers a comprehensive monthly view of Monthly Recurring Revenue (MRR) for each subscription in both the billing currency and the site’s reporting currency. |
Note: All tables automatically recalculate when reporting timezone or currency settings change.
New field available: dunning_status
is added to the invoices
table.
New table available: invoice_dunning_attempts