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 3042f56 commit f35332eCopy full SHA for f35332e
tests/integration_tests/test_bigquery_cache.py
@@ -48,6 +48,9 @@ def test_decimal_type_conversion(
48
assert converted_type.precision == 38, "Precision should be 38"
49
assert converted_type.scale == 9, "Scale should be 9"
50
51
+ # Ensure schema exists before creating table
52
+ new_bigquery_cache._ensure_schema_exists()
53
+
54
# Create a test table with a DECIMAL column
55
sql = f"""
56
CREATE TABLE {new_bigquery_cache.schema_name}.{table_name} (
0 commit comments