Structured OperationFailure, BatchItemResult, and BatchOperationResult envelopes
This commit is contained in:
parent
df3b43d311
commit
48dffedc09
9 changed files with 603 additions and 62 deletions
|
|
@ -1,6 +1,10 @@
|
|||
"""Application services for the engine."""
|
||||
|
||||
from .asset_service import AssetChangeResult, AssetRegistryService, RelationshipChangeResult
|
||||
from .asset_service import (
|
||||
AssetChangeResult,
|
||||
AssetRegistryService,
|
||||
RelationshipChangeResult,
|
||||
)
|
||||
from .ingestion_service import AssetIngestionResult, AssetIngestionService
|
||||
|
||||
__all__ = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue