35.7 Utility to Generate a Lineage Report in Json Format
This utility uses the following script to retrieve the lineage output as a Json file.
Steps to generate Lineage Report in Json format
- Navigate to this path $FIC_HOME/utility/DataLineageUtility.
- Provide permissions to the Shell Script.
chmod -R 755 Data_Lineage_JSON_Extraction_Utility.sh
- To execute the utility run the below
command:
./Data_Lineage_JSON_Extraction_Utility.sh <<Schema_name >> <<Schema_password>> <<Schema_Instance>> << Lineage_Type >> <<MetadataName>>
Provide the Lineage Type input as one of the following:
-
DataMapping- If you wish to view the T2T output.
For example: ./Data_Lineage_JSON_Extraction_Utility.sh IUT_SCHEMA Password1234 Oracle123 DataMapping T2T_FCT_COMMON_ACCOUNT_SUMMARY
-
TargetModel- If you wish to view the Result area table output.
For example: ./Data_Lineage_JSON_Extraction_Utility.sh IUT_SCHEMA Password1234 Oracle123 TargetModel FCT_COMMON_ACCOUNT_SUMMARY
-
ExtractConnector- If you wish to view the Result area table output.
For example: ./Data_Lineage_JSON_Extraction_Utility.sh IUT_SCHEMA Password1234 Oracle123 ExtractConnector << CONNECTOR NAME>>
Note:
The detailed parameter description is available in the Readme.txt in the same path $FIC_HOME/utility/DataLineageUtility.
-
- After the above script is executed, the files are generated in the Json format in the same path.