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):
122122 # [END bigquerystorage_jupyter_tutorial_context]
123123
124124 sample = """
125- # [START bigquerystorage_jupyter_tutorial_query ]
125+ # [START bigquerystorage_jupyter_tutorial_query_default ]
126126 %%bigquery java_deps
127127 SELECT
128128 dependency_name,
@@ -140,7 +140,7 @@ def test_jupyter_tutorial(ipython):
140140 WHERE
141141 LOWER(dependency_platform) = 'maven'
142142 LIMIT 2500000
143- # [END bigquerystorage_jupyter_tutorial_query ]
143+ # [END bigquerystorage_jupyter_tutorial_query_default ]
144144 """
145145 result = ip .run_cell (_strip_region_tags (sample ))
146146 result .raise_error () # Throws an exception if the cell failed.
You can’t perform that action at this time.
0 commit comments