This endpoint creates a new blueprint.
Body
This is your unique identifier for your customer
This is what the blueprint will be named
List of tables and column information associated with the customer
Name of the table. Query will be “SELECT * FROM table_name”
Schema this table is attached to.
Query to override the default “SELECT * FROM table_name”. Optional
parameter.
List of columns in this table
The type of the column. Has to be one of INTEGER, FLOAT, BOOLEAN,
STRING, DATETIME, TIMESTAMP, or DATE
Display name for column. If not provided, name will be used
If column can be used to group data in charts
Name of dataset supplied to customers. If null, table_name will be used
Description of dataset for customers
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
The id of the new blueprint