src/dazzle_back/data_products/curated_topics.py¶
Generated: 2026-03-30T04:38:45.835114+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Curated topic generation for Data Products.
Generates curated topic configurations from DataProductSpec definitions. Topics are placed in a separate namespace (e.g., "curated.analytics_v1") with field filtering based on data classifications.
Design Document: dev_docs/architecture/event_first/Event...
Key Exports¶
FieldFilterCuratedTopicConfigCuratedTopicGeneratorgenerate_curated_topicsgenerate
Dependencies¶
Imports¶
__future__.annotationsloggingdataclasses.dataclassdataclasses.fieldtyping.TYPE_CHECKINGdazzle.core.ir.governance.DataClassificationdazzle.core.ir.governance.DataProductSpecdazzle.core.ir.governance.DataProductTransformdazzle.core.ir.AppSpecdazzle.core.ir.EntitySpec
Event Interactions¶
None detected.
Invariants and Assumptions¶
-
If allow list specified, must be in it¶
Tests¶
tests/unit/test_data_products.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.