2024-06-18 15:53:06 +02:00
---
2025-06-20 19:46:38 +05:30
title: Qlik Cloud Connector | OpenMetadata Dashboard Integration
2024-06-18 15:53:06 +02:00
slug: /connectors/dashboard/qlikcloud
---
{% connectorDetailsHeader
name="Qlik Cloud"
stage="PROD"
platform="OpenMetadata"
2025-04-01 13:00:50 +05:30
availableFeatures=["Projects", "Dashboards", "Charts", "Datamodels", "Lineage", "Column Lineage"]
unavailableFeatures=["Owners", "Tags"]
2024-06-18 15:53:06 +02:00
/ %}
In this section, we provide guides and references to use the Qlik Cloud connector.
Configure and schedule QlikCloud metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2025-03-17 11:45:55 +05:30
- [Lineage ](#lineage )
2025-04-01 10:11:51 +05:30
- [Troubleshooting ](/connectors/dashboard/qlikcloud/troubleshooting )
2024-06-18 15:53:06 +02:00
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/qlikcloud/yaml"} /%}
2024-06-18 15:53:06 +02:00
## Requirements
{%inlineCallout icon="description" bold="OpenMetadata 1.1.1 or later" href="/deployment"%}
To deploy OpenMetadata, check the Deployment guides.
{%/inlineCallout%}
## Metadata Ingestion
2025-04-01 13:00:50 +05:30
{% partial
2025-04-18 08:42:17 +02:00
file="/v1.8/connectors/metadata-ingestion-ui.md"
2024-06-18 15:53:06 +02:00
variables={
connector: "QlikCloud",
2025-04-18 08:42:17 +02:00
selectServicePath: "/images/v1.8/connectors/qlikcloud/select-service.png",
addNewServicePath: "/images/v1.8/connectors/qlikcloud/add-new-service.png",
serviceConnectionPath: "/images/v1.8/connectors/qlikcloud/service-connection.png",
2025-04-01 13:00:50 +05:30
}
2024-06-18 15:53:06 +02:00
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Qlik Cloud Host Port**: This field refers to the base url of your Qlik Cloud Portal, will be used for generating the redirect links for dashboards and charts. Example: `https://<TenantURL>.qlikcloud.com`
- **Qlik Cloud API Token**: Enter the API token for Qlik Cloud APIs access. Refer to [this ](https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-generate-api-keys.htm ) document for more details about. Example: `eyJhbGciOiJFU***` .
2025-06-13 03:19:10 +05:30
- **Qlik Cloud Space Types**: Select relevant space types of Qlik Cloud to filter the dashboards ingested into the platform. Example: `Personal` , `Shared` , `Managed` , `Data` .
2024-06-18 15:53:06 +02:00
{% /extraContent %}
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/test-connection.md" /%}
2024-06-18 15:53:06 +02:00
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/dashboard/configure-ingestion.md" /%}
2024-06-18 15:53:06 +02:00
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/ingestion-schedule-and-deploy.md" /%}
2024-06-18 15:53:06 +02:00
{% /stepsContainer %}
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/dashboard/dashboard-lineage.md" /%}