Fetch Column derivation for all Active stages
Posted: Tue Feb 17, 2009 6:02 am
Im reiterating the problem we have faced when fetching metadata from active to passive stage.
Call DSGetLinkMetaData(Result,JobName,stgname,stglinkname)
WriteSeq "the deriavtion is:":Result<9,k> To FileVar
Stg1------>Transformer1----->Transformer2-------->Stg2
There are three links link1, link2 and link3.
I can able to fetch link2 columns and its derivation from Transfomer1 usingDSGetLinkMetaData.
For Transformer2 i am unable to fetch the columns and its derivation for link3.
If we need to get the columns of link3, we can fetch it from Stg2.
However i need to fetch column and its derivation for all transformer.
Please help me in getting the derivations for Transformer2.
Call DSGetLinkMetaData(Result,JobName,stgname,stglinkname)
WriteSeq "the deriavtion is:":Result<9,k> To FileVar
Stg1------>Transformer1----->Transformer2-------->Stg2
There are three links link1, link2 and link3.
I can able to fetch link2 columns and its derivation from Transfomer1 usingDSGetLinkMetaData.
For Transformer2 i am unable to fetch the columns and its derivation for link3.
If we need to get the columns of link3, we can fetch it from Stg2.
However i need to fetch column and its derivation for all transformer.
Please help me in getting the derivations for Transformer2.