Does this send my database schema to the cloud?
No. DDL extraction, graph rendering, and core lineage analysis stay local. If you enable the optional AI features, only the metadata needed for the current answer is sent to your configured GitHub Copilot endpoint.
Is my row-level data accessed or transmitted?
Lineage tracing and AI analysis use compile-time metadata and DDL. Row-level data is accessed only if you manually trigger Table Profiling, and no row-level data is sent to the AI.
What SQL dialects are supported?
The engine is natively optimized for Microsoft SQL Server, Azure SQL Database, Microsoft Fabric DW, and Azure Synapse Analytics.
How does it handle large database architectures?
Architectures exceeding your configured threshold automatically trigger "Schema Overview" mode, collapsing objects into manageable schema bubbles to prevent UI lag. For deep dependency chains, the AI utilizes a bounded "Sliding Memory" window to process traces without context exhaustion.
Can I customize the parsing rules?
Yes. The extraction engine is fully metadata-driven. You can override T-SQL regex parsing rules, profiling statistics patterns, and AI generation prompts using local YAML templates within your workspace.