pub async fn analyze_database_with_options(
config: DatabaseConfig,
query: &str,
options: &AnalysisOptions,
) -> Result<ProfileReport, DataProfilerError>Expand description
Analyze a database table or query, honouring the caller’s full analysis selection.
This is the entry point that carries metric packs and locale as well as quality dimensions, so a query profile reports exactly the analysis the caller asked for — the same selection every file path applies.