Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

60 lines
2.1 KiB
Markdown
Raw Normal View History

2024-06-18 15:53:06 +02:00
---
title: Qlik Cloud
slug: /connectors/dashboard/qlikcloud
---
{% connectorDetailsHeader
name="Qlik Cloud"
stage="PROD"
platform="OpenMetadata"
availableFeatures=["Dashboards", "Charts", "Datamodels", "Lineage", "Column Lineage"]
unavailableFeatures=["Owners", "Tags", "Projects"]
/ %}
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)
{% partial file="/v1.5/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/qlikcloud/yaml"} /%}
## Requirements
{%inlineCallout icon="description" bold="OpenMetadata 1.1.1 or later" href="/deployment"%}
To deploy OpenMetadata, check the Deployment guides.
{%/inlineCallout%}
## Metadata Ingestion
{% partial
file="/v1.5/connectors/metadata-ingestion-ui.md"
variables={
connector: "QlikCloud",
selectServicePath: "/images/v1.5/connectors/qlikcloud/select-service.png",
addNewServicePath: "/images/v1.5/connectors/qlikcloud/add-new-service.png",
serviceConnectionPath: "/images/v1.5/connectors/qlikcloud/service-connection.png",
}
/%}
{% 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***`.
{% /extraContent %}
{% partial file="/v1.5/connectors/test-connection.md" /%}
{% partial file="/v1.5/connectors/dashboard/configure-ingestion.md" /%}
{% partial file="/v1.5/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %}
{% partial file="/v1.5/connectors/troubleshooting.md" /%}