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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
PriQlikDBA
Contributor II
Contributor II

Target End-points (Databricks) columns are defined default as NOT NULL columns

Source: DB2 for zOS

Target: Databricks

Qlik Replicate by default create table in Databricks as NOT NULLABLE column. How to change the column attributes from default NOT NULL to NULL columns (by default or for specific task)

Labels (1)
2 Replies
Rahul_Kale
Support
Support

Hello @PriQlikDBA ,

Thank you for reaching out to the Qlik community,

Qlik Replicate does NOT provide a setting to globally force columns to NULLABLE when creating tables in Databricks. 
 

It derives nullability from the source, and DDL changes like NOT NULL → NULL are not propagated automatically. 

As a workaround for this, pre-create target tables with nullable columns or ALTER after load.

DesmondWOO
Support
Support

Hi @PriQlikDBA ,

In general, Qlik Replicate creates the target table according to your source table metadata. Please verify the source table metadata definition first.

In addition, which version of Qlik Replicate are you using?

Regards,
Desmond

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!