Skip to content

Commit 925fe3b

Browse files
committed
Add region tags for use in cleanup section.
1 parent a4b6740 commit 925fe3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigquery_storage/to_dataframe/main_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ def temporary_dataset(clients):
9999
# [END bigquerystorage_pandas_tutorial_create_dataset]
100100
# [END bigquerystorage_pandas_tutorial_all]
101101
yield dataset_ref
102+
# [START bigquerystorage_pandas_tutorial_cleanup]
102103
bqclient.delete_dataset(dataset_ref, delete_contents=True)
104+
# [END bigquerystorage_pandas_tutorial_cleanup]
103105

104106

105107
def test_query_to_dataframe(capsys, clients, temporary_dataset):

0 commit comments

Comments
 (0)