Atlan crawls and maps the following assets and properties from Qlik Sense Cloud.
Once you've crawled Qlik Sense Cloud, you can use connector-specific filters for quick asset discovery. The following filters are currently supported for these assets:
Lineage
Atlan only supports asset-level lineage for the following asset types:
- Apps
- Charts
- Datasets
- Sheets
Spaces
Atlan maps spaces from Qlik Sense Cloud to its QlikSpace
asset type.
Source property | Atlan property |
---|---|
type | qlikSpaceType |
ownerId | qlikOwnerId |
id | qlikId |
createdAt | sourceCreatedAt |
updatedAt | sourceUpdatedAt |
Apps
Atlan maps apps from Qlik Sense Cloud to its QlikApp
asset type.
app
resource type is retrieved. Other types, such as qvapp
or qlikview
, are not crawled.Source property | Atlan property |
---|---|
attributes.name | name |
attributes.description | description |
attributes.resourceId | qlikId |
static_byte_size | qlikAppStaticByteSize |
attributes.spaceId | qlikSpaceId |
attributes.resourceCreatedAt | sourceCreatedAt |
attributes.resourceUpdatedAt | sourceUpdatedAt |
attributes.ownerId | qlikOwnerId |
attributes.resourceAttributes.originAppId | qlikOriginAppId |
attributes.resourceAttributes.hasSectionAccess | qlikHasSectionAccess |
attributes.resourceAttributes.directQueryMode | qlikIsDirectQueryMode |
attributes.resourceAttributes.published | qlikIsPublished |
Sheets
Atlan maps sheets from Qlik Sense Cloud to its QlikSheet
asset type.
Source property | Atlan property |
---|---|
qProperty.qMetaDef.title | name |
qProperty.qMetaDef.description | description |
qProperty.qInfo.qId | qlikId |
spaceId | qlikSpaceId |
appId | qlikAppId |
approved | qlikIsApproved |
published | qlikIsPublished |
Charts
Atlan maps charts from Qlik Sense Cloud to the QlikChart
asset type and catalogs only those linked to dataset fields. For example, table charts are crawled because their columns represent dataset dimensions or measures. UI elements that do not reference dataset fields—such as filters, buttons, and text elements—are ignored.
filterpane
, qlik-button-for-navigation
, VizlibAdvancedTextObject
, listbox
, action-button
, VizlibFilter
, variable
, text-image
, VizlibLineObject
.Source property | Atlan property |
---|---|
qProperty.qInfo.qId | qlikId |
qProperty.subtitle | qlikChartSubtitle |
qProperty.footnote | qlikChartFootnote |
qProperty.qInfo.qType | qlikChartType |
qProperty.options.dimensionsOrientation | qlikChartOrientation |
Datasets
Atlan maps datasets from Qlik Sense Cloud to the QlikDataset
asset type. Datasets loaded through the Data Load Editor are called implicit datasets
in Atlan and appear under this type.
Source property | Atlan property |
---|---|
id | qlikId |
resourceAttributes.technicalName | qlikDatasetTechnicalName |
resourceAttributes.dataStoreType | qlikDatasetType |
resourceAttributes.uri | qlikDatasetUri |
resourceAttributes.secureQri | qlikQRI |
resourceSubType | qlikDatasetSubtype |
ownerId | qlikOwnerId |
resourceCreatedAt | sourceCreatedAt |
resourceUpdatedAt | sourceUpdatedAt |
spaceId | qlikSpaceId |