G

Monday, July 4th, 2022 8:31 PM

Collibra Spring Boot SDK - Disabling Connectivity to Collibra platform

Hi,

I am using the following template downloaded from the Collibra marketplace:

  • sbi-template-in-memory-database-source-1.0.2

I modified it according with our use case and provided all the configuration details in the file:

  • application.properties

The project compiles correctly and starts fine.
In our case we do not want to connect to the Collibra platform. (yet)
We want to see the content of the file created through the code.
Is any way to disable this behavior ?

I did not included the connection details hopping will work, but the default behavior is to initialize all the resources first (Collibra connection, database connection).

368 Messages

2 years ago

Hello @gheorghe.kobori,

Thanks for trying the In-memory database to Collibra integration.

Currently there is not feature available (example a property) to prevent importing assets to Collibra. To be able to do so, the code should be modified to remove any method calls to import the assets (i.e. collibraImportApiHelper.importAssets). Otherwise, the code could be run using an IDE in Debug mode and breakpoints added accordingly.

Just to note that not setting the Collibra connection details might result in the integration failing to deploy as it would not be able to initiate the connection with Collibra.

Loading...