Skip to content

Commit

Permalink
fix: remove execution state
Browse files Browse the repository at this point in the history
  • Loading branch information
SurabhiAngadi committed Aug 5, 2024
1 parent 0ff1675 commit 8de4a82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion obsrv/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# autoflake: skip_file
from .data_models import ErrorData, EventID, ExecutionState, StatusCode
from .data_models import ErrorData, EventID, StatusCode
from .metric import ExecutionMetric, Metric, MetricContext, MetricData
6 changes: 0 additions & 6 deletions obsrv/models/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ class ErrorData:
error_msg: str


class ExecutionState(Enum):
RUNNING = "running"
NOT_RUNNING = "not_running"
QUEUED = "queued"


# @dataclass
# class ContextData:
# connector_id: str
Expand Down

0 comments on commit 8de4a82

Please sign in to comment.