Method
getFeatureGroupExportConnectorErrors GET
Copy GET

Returns a stream containing the write errors of the feature group export database connection, if any writes failed to the database connector.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
data stream

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupExportId is not found.

Language: