Event table details
Contains details about an event table
idstring
Unique ID of the event table
table_schemastring
Schema of the event table in the data warehouse
table_namestring
Name of the event table in the data warehouse
disabledboolean
Indicates whether indexing is disabled for the event table
Event table details
{
"id": "string",
"table_schema": "string",
"table_name": "string",
"disabled": true
}