Skip to content

Commit

Permalink
sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
benieric committed Jan 11, 2024
1 parent fcea913 commit 2ece628
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def transform(input_feature_group, input_csv):
return ...
Args:
inputs (Sequence[Union[FeatureGroupDataSource, CSVDataSource, ParquetDataSource, BaseDataSource]]):
A list of data sources.
inputs (Sequence[Union[FeatureGroupDataSource, CSVDataSource, ParquetDataSource,\
BaseDataSource]]): A list of data sources.
output (str): A Feature Group ARN to write results of this function to.
target_stores (Optional[list[str]], optional): A list containing at least one of
'OnlineStore' or 'OfflineStore'. If unspecified, data will be ingested to the enabled
Expand Down

0 comments on commit 2ece628

Please sign in to comment.