File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bigquery_storage/to_dataframe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def test_jupyter_tutorial(ipython):
122
122
# [END bigquerystorage_jupyter_tutorial_context]
123
123
124
124
sample = """
125
- # [START bigquerystorage_jupyter_tutorial_query ]
125
+ # [START bigquerystorage_jupyter_tutorial_query_default ]
126
126
%%bigquery java_deps
127
127
SELECT
128
128
dependency_name,
@@ -140,7 +140,7 @@ def test_jupyter_tutorial(ipython):
140
140
WHERE
141
141
LOWER(dependency_platform) = 'maven'
142
142
LIMIT 2500000
143
- # [END bigquerystorage_jupyter_tutorial_query ]
143
+ # [END bigquerystorage_jupyter_tutorial_query_default ]
144
144
"""
145
145
result = ip .run_cell (_strip_region_tags (sample ))
146
146
result .raise_error () # Throws an exception if the cell failed.
You can’t perform that action at this time.
0 commit comments