Skip to content
Snippets Groups Projects

Provide ability to run a single data source and check its results [WIP]

Closed Adham Hashibon requested to merge single-datasource-execution into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -10,6 +10,7 @@ from .core.kpi_specification import KPISpecification # noqa
from .core.execution_layer import ExecutionLayer # noqa
from .core.verifier import verify_workflow # 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 import BaseDataSource # noqa
Loading