agnes-the-ai-analyst/webapp/static
Petr f6000cc867 Fix: URL-encode metric FQN in catalog modal request
When metric FQN contains spaces (e.g. 'Active2 Customers'), JavaScript
was creating invalid URLs with literal spaces. Now properly encoding FQN
with encodeURIComponent() to convert spaces to %20 before sending to API.

Flask automatically decodes the path parameter back to original FQN.
2026-03-12 15:20:10 +01:00
..
css Add dynamic Business Metrics with sample e-commerce definitions 2026-03-10 22:38:44 +01:00
js Fix: URL-encode metric FQN in catalog modal request 2026-03-12 15:20:10 +01:00
logo_blue.png Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
logo_blue.svg Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
style-custom.css Phase 2: Replace demo YAML metrics with OpenMetadata catalog data 2026-03-12 15:10:42 +01:00
style.css Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00