Export Feature group to Database Connector.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | featureGroupVersion | str | Unique string identifier for the Feature Group instance to export. |
Yes | databaseConnectorId | str | Unique string identifier for the Database Connector to export to. |
Yes | objectName | str | Name of the database object to write to. |
Yes | writeMode | str | Enum string indicating whether to use INSERT or UPSERT. |
Yes | databaseFeatureMapping | dict | Key/value pair JSON object of "database connector column" -> "feature name" pairs. |
No | idColumn | str | Required if write_mode is UPSERT. Indicates which database column should be used as the lookup key. |
No | additionalIdColumns | list | For database connectors which support it, additional ID columns to use as a complex key for upserting. |
KEY | TYPE | DESCRIPTION | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
success | Boolean | true if the call succeeded, false if there was an error | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
result | FeatureGroupExport |
|
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|
InvalidEnumParameterError | An invalid value is passed for |