We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b6740 commit 925fe3bCopy full SHA for 925fe3b
bigquery_storage/to_dataframe/main_test.py
@@ -99,7 +99,9 @@ def temporary_dataset(clients):
99
# [END bigquerystorage_pandas_tutorial_create_dataset]
100
# [END bigquerystorage_pandas_tutorial_all]
101
yield dataset_ref
102
+ # [START bigquerystorage_pandas_tutorial_cleanup]
103
bqclient.delete_dataset(dataset_ref, delete_contents=True)
104
+ # [END bigquerystorage_pandas_tutorial_cleanup]
105
106
107
def test_query_to_dataframe(capsys, clients, temporary_dataset):
0 commit comments