Skip to content

Commit

Permalink
Update fondant_component.yaml (#647)
Browse files Browse the repository at this point in the history
minor detail: set n_rows_to_load default value to None to be able to
easily load the whole parquet file
  • Loading branch information
Hakimovich99 authored Nov 20, 2023
1 parent 81259cc commit c1cb7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/load_from_parquet/fondant_component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ args:
n_rows_to_load:
description: Optional argument that defines the number of rows to load. Useful for testing pipeline runs on a small scale
type: int
default: None
index_column:
description: Column to set index to in the load component, if not specified a default globally unique index will be set
type: str
default: None
default: None

0 comments on commit c1cb7b7

Please sign in to comment.