pub async fn analyze_database(
config: DatabaseConfig,
query: &str,
calculate_quality: bool,
quality_dimensions: Option<Vec<QualityDimension>>,
) -> Result<ProfileReport, DataProfilerError>Expand description
High-level function to analyze a database table or query.