-- Fix security linter warning: Set search_path for analyze_data_completeness function -- This prevents potential security issues from search_path manipulation ALTER FUNCTION analyze_data_completeness() SET search_path = public;