Data Catalog
{% 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
{{ metrics_total.n }} metrics · {{ metrics_data|length }} categories
Always included
{% for category in metrics_data %}
{% for metric in category.metrics %}
{{ metric.name }}
{{ metric.description }}
{{ metric.grain }}
{% endfor %}
{% endfor %}
{% endif %}
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.
Real-time Profile
jira_issuelinks
Links between issues (blocks, duplicates, relates to). Key fields: issue_key, link_type, direction, linked_issue_key.
Real-time Profile
jira_remote_links
External links (Confluence, Slack, etc.). Key fields: issue_key, url, title, application_name.
Real-time Profile
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.
Incremental Profile

-

Loading profile data...