Code Review tool for DataStage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
rohitash_saini
Participant
Posts: 4
Joined: Wed May 08, 2019 2:21 am

Code Review tool for DataStage

Post by rohitash_saini »

Hi,

Anybody is aware of any code review tool for DataStage? please share.

Thanks
Rohitash
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Undraleu By Coeurdata.

We have started using it. Trying to integrate it into our Jenkins CICD flow.
Their upcoming release next week should have a Jenkins plugin.

It scans xmeta for a Rules Based generic standards check.
It can't obviously check for any business logic errors.

Web based URL UI. Outputs PDF files. Works on Informatica and DataStage (separate product install, separate license).

Command line interaction is a bit limited at the moment. We are working with them to beef it up.

So far so good. The company is very responsive.
rohitash_saini
Participant
Posts: 4
Joined: Wed May 08, 2019 2:21 am

code review tool

Post by rohitash_saini »

Thanks Paul for your feedback
Rohitash
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

MettleCI offers what it calls Compliance checking as part of its CICD processes, and it can also be run standalone through the Workbench.
It has a number of pre-canned rules to check things like naming standards, use of deprecated stages, adherence to best practices (no hardcoded DB credentials or file names, link sorts), etc. You can also write your own using Gremlin.

https://www.mettleci.com/mettleci.html#videos
Post Reply