Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Aug 29, 2024
1 parent bf6f221 commit bb081b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon_hwm_store/horizon_hwm_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class HorizonHWMStore(BaseHWMStore):
connection=postgres,
source="public.mydata",
columns=["id", "data"],
hwm=DBReader.AutoDetectHWM(hwm="some_unique_hwm_name", expression="id"),
hwm=DBReader.AutoDetectHWM(name="some_unique_hwm_name", expression="id"),
)
writer = DBWriter(connection=hive, target="newtable")
Expand Down

0 comments on commit bb081b5

Please sign in to comment.