{% 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 %}
{% if metrics_data %}
{% set metrics_total = namespace(n=0) %}
{% for c in metrics_data %}{% set metrics_total.n = metrics_total.n + c.metrics|length %}{% endfor %}
Business Metrics
Standardized metric definitions with SQL examples and documentation
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.