MCPcopy Create free account
hub / github.com/Kaggle/docker-python / TestBigQueryStorage

Class TestBigQueryStorage

tests/test_bigquery_storage.py:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import unittest
2
3class TestBigQueryStorage(unittest.TestCase):
4
5 def test_ensure_bq_storage_is_not_installed(self):
6 # b/183041606#comment5: Ensures bigquery_storage is not installed.
7 # bigquery falls back on using regular BQ queries which are supported by the BQ proxy.
8 with self.assertRaises(ImportError):
9 from google.cloud import bigquery_storage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected