Skip to content

Commit

Permalink
Updated docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <[email protected]>
  • Loading branch information
ElenaKhaustova committed Jan 17, 2025
1 parent e4278e2 commit 32ebe56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ def __init__( # noqa: PLR0913
fs_args: Extra arguments to pass into underlying filesystem class constructor
(e.g. `{"project": "my-project"}` for ``GCSFileSystem``).
overwrite: If True, any existing partitions will be removed.
save_lazily: If True, lazy saving is enabled. Meaning that if callable object is passed
as data to save, the partition’s data will not be materialised until it is time to write.
save_lazily: Parameter to enable/disable lazy saving, the default is True. Meaning that if callable object
is passed as data to save, the partition’s data will not be materialised until it is time to write.
Lazy saving example:
https://docs.kedro.org/en/stable/data/kedro_io.html#partitioned-dataset-lazy-saving
metadata: Any arbitrary metadata.
Expand Down

0 comments on commit 32ebe56

Please sign in to comment.