Skip to content
Snippets Groups Projects
Commit e5f8c7ba authored by Stefano Borini's avatar Stefano Borini
Browse files

Exported execution via api

parent aa540991
No related branches found
No related tags found
2 merge requests!162Provide ability to run a single data source and check its results [WIP],!161Refactoring: Moves execution to a separate module.
...@@ -10,6 +10,7 @@ from .core.kpi_specification import KPISpecification # noqa ...@@ -10,6 +10,7 @@ from .core.kpi_specification import KPISpecification # noqa
from .core.execution_layer import ExecutionLayer # noqa from .core.execution_layer import ExecutionLayer # noqa
from .core.verifier import verify_workflow # noqa from .core.verifier import verify_workflow # noqa
from .core.verifier import VerifierError # noqa from .core.verifier import VerifierError # noqa
from .execution import execute_layer, execute_workflow # noqa
from .data_sources.base_data_source_model import BaseDataSourceModel # noqa from .data_sources.base_data_source_model import BaseDataSourceModel # noqa
from .data_sources.base_data_source import BaseDataSource # noqa from .data_sources.base_data_source import BaseDataSource # noqa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment