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 12b9f51 commit 9ff40e7Copy full SHA for 9ff40e7
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