...
Download the zip and start the following command
Code Block | ||||
---|---|---|---|---|
| ||||
mkdir DataLineage; tar -xzf DataLineage_master_x.x.x.x_Unix.tar.gz -C DataLineage; chmod +x DataLineage/DataLineage.sh; chmod +x DataLineage/Core/DataLineage |
Insert License
There are two possible ways to insert a license for BW Data Lineage API.
We sent you a license file or a license hash. What to do with them is described in the subchapters below.
Insert hash
Windows
Code Block |
---|
DataLineage.cmd insert-license -l <license hash> |
Unix
Code Block |
---|
./DataLineage.sh insert-license -l <license hash> |
Using license file
Add the file license.lic into the Core folder.
Maintain Connection Data
Normal Connection properties
...