Skip to main content

Project details

Contains project details including the configured tables

idstring

Unique ID of the project

namestring

Name of the project

dimension_tables Dimension table details[]
  • Array [
  • idstring

    Unique ID of the dimension table

    table_schemastring

    Schema of the dimension table in the data warehouse

    table_namestring

    Name of the dimension table in the data warehouse

  • ]
  • event_tables Event table details[]
  • Array [
  • 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

  • ]
  • Project details
    {
    "id": "string",
    "name": "string",
    "dimension_tables": [
    {
    "id": "string",
    "table_schema": "string",
    "table_name": "string"
    }
    ],
    "event_tables": [
    {
    "id": "string",
    "table_schema": "string",
    "table_name": "string",
    "disabled": true
    }
    ]
    }