We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7bd0b commit 224b656Copy full SHA for 224b656
metadata-ingestion/src/datahub/ingestion/source/qlik_sense/config.py
@@ -41,6 +41,7 @@ class Constant:
41
SECUREQRI = "secureQri"
42
QRI = "qri"
43
SPACEID = "spaceId"
44
+ SPACE = "space"
45
CREATEDTIME = "createdTime"
46
LASTMODIFIEDTIME = "lastModifiedTime"
47
OPERATIONAL = "operational"
@@ -63,6 +64,7 @@ class Constant:
63
64
LINEAGE = "lineage"
65
TABLELABEL = "tableLabel"
66
TABLEQRI = "tableQRI"
67
+ OWNERID = "ownerId"
68
# Websocket response key constants
69
QID = "qId"
70
RESULT = "result"
0 commit comments