2022-01-25 08:49:15 -08:00

2.6 KiB

Dashboard Service

This schema defines the Dashboard Service entity, such as Looker and Superset.

$id:https://open-metadata.org/schema/entity/services/dashboardService.json

Type: object

This schema does not accept additional properties.

Properties

  • id required
  • name required
    • Name that identifies this dashboard service.
    • Type: string
    • Length: between 1 and 128
  • displayName
    • Display Name that identifies this dashboard service.
    • Type: string
  • serviceType required
  • description
    • Description of a dashboard service instance.
    • Type: string
  • version
  • updatedAt
  • updatedBy
    • User who made the update.
    • Type: string
  • dashboardUrl required
    • Dashboard Service URL. This will be used to make REST API calls to Dashboard Service.
    • Type: string
    • String format must be a "uri"
  • username
    • Username to log-into Dashboard Service.
    • Type: string
  • password
    • Password to log-into Dashboard Service.
    • Type: string
  • ingestionSchedule
  • href
  • changeDescription
  • deleted
    • When true indicates the entity has been soft deleted.
    • Type: boolean
    • Default: false

Type definitions in this schema

dashboardServiceType

  • Type of Dashboard service - Superset, Looker, Redash or Tableau.
  • Type: string
  • The value is restricted to the following:
    1. "Superset"
    2. "Looker"
    3. "Tableau"
    4. "Redash"
    5. "Metabase"

This document was updated on: Tuesday, January 25, 2022