Workflow layer: gates, decisions, lineage audits, workflow test
This commit is contained in:
parent
3b5f96e159
commit
f4f77b2eeb
11 changed files with 1037 additions and 25 deletions
|
|
@ -32,7 +32,12 @@ from .transformation_service import (
|
|||
TransformationService,
|
||||
default_transformation_registry,
|
||||
)
|
||||
from .workflow_service import WorkflowInvocation, WorkflowRunResult, WorkflowService
|
||||
from .workflow_service import (
|
||||
WorkflowInvocation,
|
||||
WorkflowRunReconstruction,
|
||||
WorkflowRunResult,
|
||||
WorkflowService,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"AssetChangeResult",
|
||||
|
|
@ -62,6 +67,7 @@ __all__ = [
|
|||
"TransformationRunResult",
|
||||
"TransformationService",
|
||||
"WorkflowInvocation",
|
||||
"WorkflowRunReconstruction",
|
||||
"WorkflowRunResult",
|
||||
"WorkflowService",
|
||||
"default_transformation_registry",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue