Method
setExportOnMaterialization POST
Copy POST

Can be used to enable or disable exporting feature group data to the export connector associated with the feature group.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes featureGroupId ID The unique ID associated with the pre-existing Feature Group for which export config is to be set.
Yes enable bool If true, will enable exporting feature group to the connector. If false, will disable.
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

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupId is not found.

Language: