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

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