src/dazzle_back/runtime/mapping_executor.py¶
Generated: 2026-03-30T04:38:47.597545+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Integration mapping executor (v0.30.0).
Executes declarative IntegrationMapping definitions against external APIs
when entity lifecycle events occur (create, update, delete, transition).
Data flow::
Entity event → EntityEventBus → MappingExecutor.handle_event()
→ match triggers by...
Key Exports¶
MappingResultMappingExecutorresultsregister_allhandle_eventexecute_manualreplace_match
Dependencies¶
Imports¶
__future__.annotationsasynciologgingosredataclasses.dataclassdataclasses.fieldtyping.TYPE_CHECKINGtyping.Anyhttpxdazzle.core.ir.integrations.AuthTypedazzle.core.ir.integrations.ErrorActiondazzle.core.ir.integrations.MappingTriggerTypedazzle_back.runtime.event_bus.EntityEventdazzle_back.runtime.event_bus.EntityEventTypedazzle_back.runtime.http_utils.http_call_with_retrydazzle.core.ir.integrations.AuthSpecdazzle.core.ir.integrations.ErrorStrategydazzle.core.ir.integrations.Expressiondazzle.core.ir.integrations.IntegrationMapping
Event Interactions¶
Consumes: EntityEvent
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_mapping_executor.pytests/unit/test_mapping_executor_cache.pytests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.