Method
getFeatureGroupVersionLogs GET
Copy GET

Retrieves the feature group materialization logs.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupVersion str The unique version ID of the feature group version.
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 FeatureGroupVersionLogs
KEY TYPE Description
logs List[str] List of logs from feature group version.
Language: