Method
Returns a stream containing the write errors of the feature group export database connection, if any writes failed to the database connector.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
featureGroupExportId |
str |
Unique identifier of the feature group export to get the errors 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 |
data |
stream |
|
TYPE |
WHEN |
DataNotFoundError |
featureGroupExportId is not found.
|