Open-source AI data analyst platform extracted from internal repo. Includes data sync engine, Keboola adapter, Flask web portal, server deployment scripts, and configuration templates.
23 lines
767 B
YAML
23 lines
767 B
YAML
# Data Analyst - Sync Configuration
|
|
#
|
|
# This file controls which additional datasets are synchronized.
|
|
# Core telemetry data is ALWAYS synced (projects, users, jobs, etc.)
|
|
#
|
|
# To enable a dataset: change false -> true
|
|
# To disable a dataset: change true -> false
|
|
#
|
|
# After changing, run: bash server/scripts/sync_data.sh
|
|
|
|
datasets:
|
|
# Jira Support tickets (SUPPORT project)
|
|
# Size: ~50MB (parquet only), Updated: real-time via webhooks
|
|
# Recommended for: Support team, Customer Success
|
|
jira: false
|
|
|
|
# Jira attachment files (images, logs, etc.)
|
|
# Size: ~500MB+, requires jira: true
|
|
# Only enable if you need to view actual attachment files locally
|
|
jira_attachments: false
|
|
|
|
# Future datasets:
|
|
# finance: false # Investor reporting (coming soon)
|