2021-10-14 15:21:13 -07:00

2.6 KiB

Report

This schema defines the Report entity. Reports are static information computed from data periodically that includes data in text, table, and visual form.

**$id: **https://open-metadata.org/schema/entity/data/report.json

Type: object

Properties

  • id required
  • name required
    • Name that identifies this report instance uniquely.
    • Type: string
    • Length: between 1 and 64
  • fullyQualifiedName
    • A unique name that identifies a report in the format 'ServiceName.ReportName'.
    • Type: string
    • Length: between 1 and 64
  • displayName
    • Display Name that identifies this report. It could be title or label from the source services.
    • Type: string
  • description
    • Description of this report instance.
    • Type: string
  • href
  • owner
  • service required
  • usageSummary

This document was updated on: Thursday, September 16, 2021