Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
MoeyE
Partner - Creator III
Partner - Creator III

What are these views in the datamart internal schema?

Hi,

I noticed that an internal schema is created alongside the other schema for my datamart task. What is the purpose of the internal schema? What is the purpose of the tables and also the views? What does 'whdr' mean?  

 

MoeyE_0-1690266209820.png

 

 

 

 

 

 

 

Thanks,

Mohammed

 

Labels (1)
1 Solution

Accepted Solutions
TimGarrod
Employee
Employee

in QCDI, the INTERNAL SCHEMA is where tables are created along with any objects required by QCDI for processing.  the __whdr means with header and includes header columns which can be used to help triage when data showed up / was processed. 

It is recommended that any external process reading data, processing data etc. use the views generated in the 'external' or data asset schema. 


View solution in original post

4 Replies
TimGarrod
Employee
Employee

in QCDI, the INTERNAL SCHEMA is where tables are created along with any objects required by QCDI for processing.  the __whdr means with header and includes header columns which can be used to help triage when data showed up / was processed. 

It is recommended that any external process reading data, processing data etc. use the views generated in the 'external' or data asset schema. 


MoeyE
Partner - Creator III
Partner - Creator III
Author

Hi Tim,

Thanks for the info mate, much appreciated.

Regards,

Mohammed

MoeyE
Partner - Creator III
Partner - Creator III
Author

Hi Tim,

Follow up question just confirming my understanding. The internal schemas are for Qlik Cloud to use for processing. We are not to use them and the external/data asset schemas are for users.

regards,

Mohammed

TimGarrod
Employee
Employee

That’s correct.