Final SQL from resolving a feature group template.
| KEY | TYPE | Description |
|---|---|---|
| featureGroupTemplateId | str | Unique identifier for this feature group template. |
| resolvedVariables | dict | Map from template variable names to parameters available during template resolution. |
| resolvedSql | str | SQL resulting from resolving the SQL template by applying the resolved bindings. |
| templateSql | str | SQL that can include variables to be replaced by values from the template config to resolve this template SQL into a valid SQL query for a feature group. |
| sqlError | str | if invalid, the sql error message |