Skip to content

Commit 5cbfb2d

Browse files
committed
wip
1 parent 3917a9f commit 5cbfb2d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/s2_sdk/_ops.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ async def ensure_basin(
253253
response.json(), response.headers
254254
)
255255

256+
@fallible
256257
def basin(self, name: str) -> "S2Basin":
257258
"""Get an :class:`S2Basin` for performing basin-level operations.
258259
@@ -758,6 +759,7 @@ async def ensure_stream(
758759
response.json(), response.headers
759760
)
760761

762+
@fallible
761763
def stream(
762764
self,
763765
name: str,
@@ -1021,6 +1023,7 @@ async def append(self, inp: types.AppendInput) -> types.AppendAck:
10211023
ack.ParseFromString(response.content)
10221024
return append_ack_from_proto(ack)
10231025

1026+
@fallible
10241027
def append_session(
10251028
self,
10261029
*,
@@ -1062,6 +1065,7 @@ def append_session(
10621065
encryption_key=self._encryption_key,
10631066
)
10641067

1068+
@fallible
10651069
def producer(
10661070
self,
10671071
*,

0 commit comments

Comments
 (0)