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 21, 2023
1 parent c7293a9 commit f1f6cdb
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 f1f6cdb

Please sign in to comment.