diff --git a/pyproject.toml b/pyproject.toml index a827368..65aea25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "target-iceberg" -version = "1.2.3" +version = "1.2.4" description = "Singer target for iceberg, built with the Meltano Singer SDK." readme = "README.md" authors = [{ name = "Jarosław Cellary", email = "jcellary@gmail.com" }] diff --git a/target_iceberg/sinks.py b/target_iceberg/sinks.py index 6d82556..5ec3ce8 100644 --- a/target_iceberg/sinks.py +++ b/target_iceberg/sinks.py @@ -134,7 +134,7 @@ def deduplicate_on_primary_key(self) -> bool: @cached_property def catalog(self): - return load_catalog("default", **{"lock-enabled": "false"}) + return load_catalog("default", **{"engine.hive.lock-enabled": "false"}) @cached_property def table(self):