Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff2429b

Browse filesBrowse files
authored
Merge branch 'master' into http-tasks
2 parents e50aea4 + 87a29ae commit ff2429b
Copy full SHA for ff2429b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎bigquery_storage/to_dataframe/jupyter_test.py

Copy file name to clipboardExpand all lines: bigquery_storage/to_dataframe/jupyter_test.py
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.