Method
Get a link to download the feature group version.
| 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.
| 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. |
|
| TYPE |
WHEN |
| DataNotFoundError |
`featureGroupExportId` is not found. |