Documentation Index
Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
FOR EACH <entity_table>.<primary_entity_key> (Required)
Description
After specifying the prediction target, pQueries are completed when you include the next required component, the FOR EACH clause to specify the entity you want to make predictions for. Please note that only a primary key column can be selected for this field.Example
The syntax (and some examples) for this part of the query is as follows:SELECT DISTINCT SQL command to create a new view or table from your original entity table with non-unique rows, or all of your raw fact tables. Using SELECT DISTINCTwill result in a new view or table with a single column containing unique IDs.