agnes-the-ai-analyst/connectors
Petr 985f47cdb7 Add catalog export: generate YAML metrics and tables from OpenMetadata
- New `connectors/openmetadata/transformer.py` with shared parsing logic
  for extracting categories, grain, dimensions, expressions from OM tags
- New `src/catalog_export.py` script (python -m src.catalog_export) that
  fetches metrics/tables from OpenMetadata API and writes YAML files to
  /data/docs/metrics/ and /data/docs/tables/ for agent consumption
- Refactor webapp/app.py to delegate to transformer (with inline fallback)
- Add `fields` parameter to client.get_metrics() and get_metric_by_fqn()
  for fetching tags+owners in a single API call
- Fix pre-existing mock bug in test_openmetadata_enricher (base_url)
- 101 new tests (80 transformer + 21 export), all passing
2026-03-15 01:15:30 +01:00
..
bigquery Add per-partition streaming sync and hybrid query architecture 2026-03-12 13:20:41 +01:00
jira Branding cleanup: remove Keboola-specific references from docs and config 2026-03-09 12:22:27 +01:00
keboola Add self-service data onboarding system 2026-03-09 14:25:37 +01:00
openmetadata Add catalog export: generate YAML metrics and tables from OpenMetadata 2026-03-15 01:15:30 +01:00
__init__.py Extract Jira into connectors/jira module 2026-03-09 11:17:50 +01:00