Skip to content

Commit 224b656

Browse files
Add remained constants
1 parent ae7bd0b commit 224b656

File tree

1 file changed

+2
-0
lines changed
  • metadata-ingestion/src/datahub/ingestion/source/qlik_sense

1 file changed

+2
-0
lines changed

metadata-ingestion/src/datahub/ingestion/source/qlik_sense/config.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class Constant:
4141
SECUREQRI = "secureQri"
4242
QRI = "qri"
4343
SPACEID = "spaceId"
44+
SPACE = "space"
4445
CREATEDTIME = "createdTime"
4546
LASTMODIFIEDTIME = "lastModifiedTime"
4647
OPERATIONAL = "operational"
@@ -63,6 +64,7 @@ class Constant:
6364
LINEAGE = "lineage"
6465
TABLELABEL = "tableLabel"
6566
TABLEQRI = "tableQRI"
67+
OWNERID = "ownerId"
6668
# Websocket response key constants
6769
QID = "qId"
6870
RESULT = "result"

0 commit comments

Comments
 (0)