Data Transform Webpart

LabKey Support Forum
Data Transform Webpart marcia hon  2018-03-16 06:27
Status: Closed
 

Hello,

I have created an ETL module based on your tutorials. It works fine.

However, how do I add a "Data Transforms" web part? Is there some sort of configuration that I must do before?

Thanks,
Marcia

 
 
marcia hon responded:  2018-03-16 07:12

I found the answer.

At Folder Management, Folder type > "Modules", checkmark "DataIntegration".

Thanks

 
Jon (LabKey DevOps) responded:  2018-03-23 16:00
Hi Marcia,

When you create ETLs, you should set moduleDependencies within the module.properties or module.xml file.

This way, you wouldn't have to check off dataintegration manually when enabling the ETL on the container. Rather, the moment the ETL gets enabled on the container, it will automatically enable the dataintegration module and any other modules you want turned on to be used in conjunction with your ETL.

This is explained in our module properties documentation here:

https://www.labkey.org/Documentation/wiki-page.view?name=includeModulePropertiesFile#modprop

Regards,

Jon