relationship persistence, context entities, idempotent asset creation, audit/version handling for relationship changes
This commit is contained in:
parent
bf59087073
commit
286ebc3cb6
12 changed files with 651 additions and 24 deletions
|
|
@ -1,6 +1,5 @@
|
|||
"""Application services for the engine."""
|
||||
|
||||
from .asset_service import AssetChangeResult, AssetRegistryService
|
||||
|
||||
__all__ = ["AssetChangeResult", "AssetRegistryService"]
|
||||
from .asset_service import AssetChangeResult, AssetRegistryService, RelationshipChangeResult
|
||||
|
||||
__all__ = ["AssetChangeResult", "AssetRegistryService", "RelationshipChangeResult"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue