Skip to content

ProcessingOutput.feature_store_output.feature_group_name is not clear if it's only str or PipelineVariable can be used #3650

@ecerulm

Description

@ecerulm

What did you find confusing? Please describe.
The documentation for FeatureStoreOutput says

feature_group_name = None 

It doesn't contain any type hint / type annotation for the feature_group_name. It's not clear for example if I can use a PipelineVariable for this.

Describe how documentation can be improved

Include type hint for FeatureStoreOutput.feature_group_name clearly specifying if it's str, Optional[str] , Union[str,PipelineVariable] , etc.

Additional context
Add any other context or screenshots about the documentation request here.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions