Define check in Dataiku project to validate column name consistency

GaryMam
Level 1
Define check in Dataiku project to validate column name consistency

Dear All,

I am new to this community and Dataiku too and hoping I am posting question in right group. I have created one Dataiku project using excel file as source and want to setup a "check" to make sure column names are consistent always and check fails if there is any change in any column. Is there a way?

 

Warm Regards,

Gary


Operating system used: Windows 10

0 Kudos
1 Reply
wlukusa
Dataiker

Hi @GaryMam

To do this you can probably use python custom checks that fails if any column doesn't match. You can find more about that here :  https://doc.dataiku.com/dss/latest/scenarios/custom_metrics_and_checks.html#custom-check

To create a new Custom python check you can go to your dataset > Status > Edit > Check and click on `Custom (python)` 

custom_check.png

Hope this helps ! 

 

 

0 Kudos