We just started experimenting with OLP and first this we are trying to do is have a catalog in DataServices. If my OLP catalog has dependencies (on sources catalogs) how can i see them? I doesn't look OLP CLI has the feature. At least "olp catalog show " doesn't show that information.
Asked
Active
Viewed 105 times
1 Answers
1
You can find the dependencies in the catalog metadata. There are three different ways to do it.
The fastest is to use OLP CLI. There is a command olp catalog dependency list. The command can show all dependencies and direct dependencies only.
If you want to get the information from Java or Scala code then you can use Data Client Library. QueryApi.getVersion(version: Long)
If you want to use another programming language then please look at the REST endpoint, see this page.