Method
Can be used to enable or disable exporting feature group data to the export connector associated with the feature group.
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.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
TYPE |
WHEN |
DataNotFoundError |
featureGroupId is not found.
|