Method
listFeatureGroupExports GET
Copy GET

Lists all of the feature group exports for the feature group

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupId str Unique identifier of the feature group
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[FeatureGroupExport]

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupId is not found.

Language: