agnes-the-ai-analyst/connectors/openmetadata
Petr ab1a93ed67 Strip HTML tags from OpenMetadata descriptions in YAML export
OpenMetadata stores descriptions as rich HTML (<p>, <strong>, &nbsp;, etc.).
Add strip_html() to transformer that converts to clean plain text for YAML
files consumed by Claude Code agent. Applied to metric descriptions, table
descriptions, and column descriptions. Webapp display dict keeps raw HTML
since the modal renders it correctly.
2026-03-15 01:57:04 +01:00
..
__init__.py Implement OpenMetadata catalog integration (Phase 1) 2026-03-12 14:07:13 +01:00
client.py Add catalog export: generate YAML metrics and tables from OpenMetadata 2026-03-15 01:15:30 +01:00
enricher.py Phase 2: Replace demo YAML metrics with OpenMetadata catalog data 2026-03-12 15:10:42 +01:00
transformer.py Strip HTML tags from OpenMetadata descriptions in YAML export 2026-03-15 01:57:04 +01:00