refactor(analyzer): improve analyzer pipeline module (#1542)
* rename steps to pipeline module * move pipeline entrypoint to pipeline module * rename steps test module to pipeline * fix paths after renames * move step protocol to pipeline * create pipeline status enum * use Protocol from typing extensions * Fix linting
This commit is contained in:
parent
74c8d20284
commit
cba905e367
18 changed files with 34 additions and 26 deletions
1
analyzer/libretime_analyzer/pipeline/__init__.py
Normal file
1
analyzer/libretime_analyzer/pipeline/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
from .pipeline import Pipeline, PipelineStatus
|
Loading…
Add table
Add a link
Reference in a new issue