Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example of ConnectionString:

...

...

Run ApplicationRun Application

The BW Data Lineage API can be started for one system.
To find all parameters you can use, try --help to get more information.

Windows

Run the application with DataLineage.exe in the command linethe following command

Code Block
languagepy
DataLineage.cmd -s <SID> -h <HANA Schema> -d #for descriptions

Unix

Run the application with ./BWDataLineage from terminalfrom terminal

Code Block
./DataLineage.sh -s <SID> -h <HANA Schema> -d #for descriptions

Plan a regular job

Windows

...