{% if data_stats.last_updated %}Last sync: {{ data_stats.last_updated }}{% endif %}
Data Catalog
Browse available data sources and manage your subscriptions
Core Business Data
Core business data from internal systems
{{ data_stats.tables }} tables · ~{{ data_stats.rows_display }} rows total
Always included
{% for category in catalog_data %}
{% for table in category.tables %}
{{ table.name }}
{{ table.description }}
{{ table.rows_display }}
Profile
{% endfor %}
{% endfor %}
Business Metrics
Standardized metric definitions for revenue, usage, KPIs, and financial reporting
18 metrics · 4 categories
Always included
infra_cost
Monthly infrastructure cost from cloud providers (GCP, AWS, Azure) and data warehouses (Snowflake, BigQuery)
monthly
usage_value
Platform usage consumption aggregated per company and metric type with conditional aggregation
monthly
contract_limit_value
Monthly contracted limits for usage metrics per company
monthly
usage_vs_limit
Comparison of actual usage against contracted limits, identifies overage risk and unpaid usage
monthly
product_revenue
Monthly recurring revenue broken down by individual contract lines (product level)
monthly
mrr
Total monthly recurring revenue aggregated at company level - PRIMARY MRR metric
monthly
new_arr
Annual Recurring Revenue from truly new customers (first month of revenue)
monthly
upsell_expansion
Revenue expansion from existing customers upgrading their contracts
monthly
top_risk_churn_count
Weekly count of active customers flagged as high churn risk (CSM opinion = RED) • Customer Success
weekly
top_risk_churn_usd
Weekly ARR of active customers flagged as high churn risk • Customer Success
weekly
demo
Weekly count and ARR of New Business opportunities moved to Demo stage • Sales
weekly
negotiation
Weekly count and ARR of New Business opportunities moved to Negotiation stage • Sales
weekly
closed_won
Weekly count and ARR of New Business opportunities closed successfully • Sales
weekly
revenue_upsells_ytd
Year-to-Date cumulative revenue upsells based on contract signing dates • Sales
weekly YTD
revenue_downsells_ytd
Year-to-Date cumulative revenue downsells based on contract signing dates • Sales
weekly YTD
net_retention_rate
Net Dollar Retention Rate (LTM) - measures revenue retention and expansion from existing customers • Finance
weekly
credits_consumption_trend
Week-over-week percentage change in total credits consumption for customers aged 90+ days • Product
weekly
accounts_at_risk
Number of customer accounts showing concerning usage decline patterns (2 consecutive weeks of 25%+ job decline) • Product
weekly
Support Data (Jira)
Customer support tickets, comments, and change history
6 tables · Real-time via webhooks
{{ 'Subscribed' if sync_settings and sync_settings.datasets.jira else 'Not subscribed' }}
Enable this data source to get access to Jira support ticket data. Includes issues, comments, attachments metadata, and field change history. Data is synced in real-time via webhooks.
jira_issues
Support tickets from SUPPORT project. Key fields: issue_key, summary, status, priority, assignee, severity.
Real-time
Profile
jira_comments
Comments on support tickets. Key fields: comment_id, issue_key, author_email, body, created_at.
Real-time
Profile
jira_attachments
Attachment metadata with local file paths. Key fields: attachment_id, issue_key, filename, size_bytes, mime_type.
Real-time
Profile
jira_changelog
History of all field changes on issues. Key fields: change_id, issue_key, field_name, from_value, to_value.
Include attachment files~4,200 MB+ of images, logs, and documents
Platform Telemetry
Component registry, configurations, and job execution history
3 tables · ~100 MB
{{ 'Subscribed' if sync_settings and sync_settings.datasets.kbc_telemetry_expert else 'Not subscribed' }}
Enable this data source to get detailed platform telemetry. Includes component definitions, project configurations, and job execution history with timing, credits, and error details.
kbc_component
Master data for platform components - registry of extractors, writers, transformations, and other component types.
Full refresh
Profile
kbc_component_configuration
Component configurations within projects - tracks all component setups across projects.
Incremental
Profile
kbc_job
Job execution history - tracks all component runs with timing, status, credits, and error details. Last 180 days.