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
- 200
- 400
- 401
- 404
- 405
- 429
OK
The request is invalid.
The API key header is either missing or an invalid API key is given
Not Found
The requested HTTP method is not allowed.
Too many requests sent with the same API key. Up to 10 requests can be sent within 1 second.