Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Mityutko committed Sep 3, 2024
1 parent e65c7a0 commit fd167d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/koheesio/integrations/spark/tableau/hyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,9 @@ class HyperFileDataFrameWriter(HyperFileWriter):
name="test",
).execute()
# do somthing with returned file path
hw.hyper_path
# do somthing with returned file path
hw.hyper_path
```
"""
df: DataFrame = Field(default=..., description="Spark DataFrame to write to the Hyper file")
table_definition: Optional[TableDefinition] = None # table_definition is not required for this class
Expand Down

0 comments on commit fd167d6

Please sign in to comment.