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.
2 parents 12b9f51 + 9ff40e7 commit 4b59bd5Copy full SHA for 4b59bd5
tests/test_iceberg.py
@@ -114,7 +114,7 @@ def test_load_from_catalog(self):
114
self.iceberg.insert([{"date": "2021-01-01", "some_int": 1}])
115
orig_data = self.iceberg.read(["date"]).to_pylist()
116
117
- iceberg = IceBerg(config, "default.bronze_test")
+ iceberg = IceBerg(config, "bronze_test")
118
iceberg._connect()
119
self.assertTrue(iceberg.isOpen)
120
0 commit comments