Qlik Sense · Schema

AppDataLineage

Data lineage information for an app.

AnalyticsBusiness IntelligenceCloudData IntegrationVisualization

Properties

Name Type Description
discriminator string The type of lineage source.
statement string The load statement from the data connection.
View JSON Schema on GitHub

JSON Schema

qlik-sense-appdatalineage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppDataLineage",
  "title": "AppDataLineage",
  "type": "object",
  "description": "Data lineage information for an app.",
  "properties": {
    "discriminator": {
      "type": "string",
      "description": "The type of lineage source."
    },
    "statement": {
      "type": "string",
      "description": "The load statement from the data connection."
    }
  }
}