8000 Add bigquerystorage_jupyter_tutorial_query_default region tag. · dalequark/python-docs-samples@87a29ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 87a29ae

Browse files
authored
Add bigquerystorage_jupyter_tutorial_query_default region tag.
1 parent bb8c80e commit 87a29ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigquery_storage/to_dataframe/jupyter_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)
0