Skip to content

Commit b190663

Browse files
committed
plumb in observability_options into _SessionWrapper constructor
1 parent c32adc8 commit b190663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/cloud/spanner_v1/_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,9 @@ class _SessionWrapper(object):
358358
:param session: the session used to perform the commit
359359
"""
360360

361-
def __init__(self, session):
361+
def __init__(self, session, observability_options=None):
362362
self._session = session
363+
self._observability_options = observability_options
363364

364365

365366
def _metadata_with_prefix(prefix, **kw):

0 commit comments

Comments
 (0)