Method
getFeatureGroupVersionExportDownloadUrl GET
Copy GET

Get a link to download the feature group version.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupExportId str Unique identifier of the Feature Group Export to get a signed URL for.
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 FeatureGroupExportDownloadUrl
KEY TYPE Description
downloadUrl str The URL of the download location.
expiresAt str String representation of the ISO-8601 datetime when the URL expires.

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupExportId is not found.

Language: