REQUIRED |
KEY |
TYPE |
DESCRIPTION |
No |
featureGroupTemplateId |
str |
Unique string identifier. If specified, use this template, otherwise assume an empty template.
|
No |
templateBindings |
List[dict] |
Values to override the template variable values specified by the template.
|
No |
templateSql |
str |
If specified, use this as the template SQL instead of the feature group template's SQL.
|
No |
templateVariables |
List[dict] |
Template variables to use. If a template is provided, this overrides the template's template variables.
|
No |
shouldValidate |
bool |
If true, validates the resolved SQL.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.