Skip to main content

Add an event table

POST 

/projects/:project_id/event-tables

Adds a new event table to the project.

The mandatory fields table_name, schema, event_time_field and user_id_field must be provided. Optional fields let you configure entity foreign keys, ignored columns, the date partition column, the event name column and a display name prefix.

Adding a table does not trigger indexing. Call POST /projects/{project_id}/event-tables/{event_table_id}/index afterwards to index it.

Request

Responses

OK