Atlas User Guides

Everything you need to get started with BlackOptic Atlas — from asking your first question to building dashboards, modeling data, and managing your workspace.

Advanced Analytics

llm.txt

Overview

Atlas includes an optional Python Analysis feature that enables complex analytics beyond standard queries. The AI assistant automatically determines when to use Python analysis based on your question — no configuration needed from your side.

Question TypeQuery Method
"What is the total metric by category?"Standard Query
"Show me all records in a specific group"SQL Query
"Who reports directly or indirectly to Carol?"Python Analysis
"What's the 90th percentile of a numeric field?"Python Analysis

Example Questions

Recursive Hierarchies

  • "Which employees report (directly or indirectly) up to Carol?"
  • "Show me the entire org chart under the VP of Engineering"

Statistical Analysis

  • "What is the 90th percentile salary by department?"
  • "Show me the correlation between two numeric fields"

Complex Transformations

  • "Calculate the running total of a metric by month"
  • "Show me the month-over-month growth rate"

Tips & Limitations

Python Analysis runs in a secure sandbox with code validation, network isolation, resource limits, and data access control. Be specific about relationships for hierarchy queries and explicit about statistical measures.

  • Cross-source queries are not supported — data must come from a single source
  • Results are based on data at query time (not real-time)
  • Very large result sets may be truncated
  • If Python Analysis is disabled, the AI will suggest alternatives or ask you to contact your administrator