Creates a new schema and points the feature group to the new feature group schema ID.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | featureGroupId | str | Unique string identifier associated with the feature group. |
| Yes | schema | str | JSON string containing an array of objects with 'name' and 'dataType' properties. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError |
|
| InvalidParameterError | The schema is invalid or improperly formatted. |