File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 * ,
You can’t perform that action at this time.
0 commit comments