first ingestion/normalization slice
This commit is contained in:
parent
286ebc3cb6
commit
565a5643a3
19 changed files with 1231 additions and 10 deletions
|
|
@ -1,5 +1,12 @@
|
|||
"""Application services for the engine."""
|
||||
|
||||
from .asset_service import AssetChangeResult, AssetRegistryService, RelationshipChangeResult
|
||||
from .ingestion_service import AssetIngestionResult, AssetIngestionService
|
||||
|
||||
__all__ = ["AssetChangeResult", "AssetRegistryService", "RelationshipChangeResult"]
|
||||
__all__ = [
|
||||
"AssetChangeResult",
|
||||
"AssetIngestionResult",
|
||||
"AssetIngestionService",
|
||||
"AssetRegistryService",
|
||||
"RelationshipChangeResult",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue