We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97532c9 commit d8ab772Copy full SHA for d8ab772
third_party/bigframes_vendored/ibis/expr/types/core.py
@@ -79,7 +79,7 @@ def _interactive_repr(self) -> str:
79
return capture.get().rstrip()
80
81
def __repr__(self) -> str:
82
- if ibis.options.interactive:
+ if bigframes_vendored.ibis.options.interactive:
83
return self._interactive_repr()
84
else:
85
return self._noninteractive_repr()
0 commit comments