Skip to content

Commit

Permalink
[ext] unstructured log forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Sep 22, 2023
1 parent 1b8e161 commit eb84985
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python_modules/dagster/dagster/_core/ext/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ class ExtMessageReader(ABC):
@abstractmethod
@contextmanager
def read_messages(self, handler: "ExtMessageHandler") -> Iterator[ExtParams]: ...


class ExtLogReader(ABC):
@abstractmethod
@contextmanager
def read_logs(self) -> Iterator[ExtParams]: ...

0 comments on commit eb84985

Please sign in to comment.