Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 97ef784

Browse files
committed
Revert accidental change to visualizer size limit
1 parent 7578ef2 commit 97ef784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery_magics/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def _colab_node_expansion_callback(request: dict, params_str: str):
630630
singleton_server_thread: threading.Thread = None
631631

632632

633-
MAX_GRAPH_VISUALIZATION_SIZE = 5_000_000
633+
MAX_GRAPH_VISUALIZATION_SIZE = 2_000_000
634634
MAX_GRAPH_VISUALIZATION_QUERY_RESULT_SIZE = 100_000
635635

636636

0 commit comments

Comments
 (0)