Versions Compared

Key

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

...

The BW Data Lineage API can be started for one system.
To find all parameters you can use, try --help to get more information.
The following command are examples only. The full command list can be found here.

Windows

Run the application with the following command

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

Unix

Run the application from terminal

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

Plan a regular job

Windows

...