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 860db3e commit d571521Copy full SHA for d571521
bigframes/dataframe.py
@@ -784,7 +784,7 @@ def __repr__(self) -> str:
784
max_results = opts.max_rows
785
786
# Only deferred mode shows dry run
787
- if opts.repr_mode in ("deferred"):
+ if opts.repr_mode in ("deferred", "anywidget"):
788
return formatter.repr_query_job(self._compute_dry_run())
789
790
# TODO(swast): pass max_columns and get the true column count back. Maybe
0 commit comments