Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
chandraprakash_j_volvo
Contributor III
Contributor III

Cannot able to read _ct tables from databricks

source: Oracle Database

target: Databricks Lakehouse Delta

Sample Table: Location

We enabled Store Changes. We could see addition folder created in our storage account and location_ct table in databricks. I can preview the table. But I cant open the table from the notebook. 

 

And I want to store before image and after image in target table  aswell. Is there a way to do it

1 Solution

Accepted Solutions
SachinB
Support
Support

Hello @chandraprakash_j_volvo ,

 

Thank you for reaching out to the Qlik community !

Yes, we have do this option in store change tunning (As below)

  • On UPDATE: Select one of the following options to determine how to store UPDATEs to the source tables:

    • Store before and after image - To store both the pre-UPDATE data and the post-UPDATE data.
    • Store after image only - To store only the post-UPDATE data.

SachinB_0-1702286906831.png

 

You can view the at target endpoint by querying on it.

e.g  select * from table1__ct;

Hope this is clears you!!

Regards,

Sachin B

 

 

View solution in original post

3 Replies
SachinB
Support
Support

Hello @chandraprakash_j_volvo ,

 

Thank you for reaching out to the Qlik community !

Yes, we have do this option in store change tunning (As below)

  • On UPDATE: Select one of the following options to determine how to store UPDATEs to the source tables:

    • Store before and after image - To store both the pre-UPDATE data and the post-UPDATE data.
    • Store after image only - To store only the post-UPDATE data.

SachinB_0-1702286906831.png

 

You can view the at target endpoint by querying on it.

e.g  select * from table1__ct;

Hope this is clears you!!

Regards,

Sachin B

 

 

sureshkumar
Support
Support

Hello @chandraprakash_j_volvo 

Can you please elaborate when you mean by "I cant open the table from the notebook"

In Store changes we have options to enable both before image and after image as well
Go to Task Settings-->Change Processing-->Store Changes Settings-->On UPDATE: Store before and after image

 

Regards,
Suresh

vinayakct
Partner - Contributor II
Partner - Contributor II

Hi @chandraprakash_j_volvo ,

Just wanted to understand how you are reading the stored changes along with the original table.
Is there a dynamic framework or script that you have written in Databricks to merge them.

Context: From Qlik we are sending the data into AWS S3 using full load + store changes.

How do you suggest we read the data in databricks from S3 from both tables / merge them into a single one for further analytics. 
If you can suggest a dynamic approach that would be best, or a script which we can develop.

Thanks in advance! 🙂