C

Monday, September 18th, 2023 12:08 PM

Spring boot Integration with collibra - Issue

Hi Everyone.
Advice on Spring boot delimiter usage, would be appreciated, please.

We are using spring boot to push technical metadata from GCP into a Collibra physical data dictionary domain.

Changing the Spring boot delimiter value, which is the ‘>’ symbol to ‘.’ notation, in the config file, we are experiencing unexpected results in Collibra.
After running the spring boot integration between GCP BigQuery and Collibra, we have landed table and column metadata in a physical dictionary in Collibra. This part works.
The default delimiter used in the full name of a table asset is the ‘>’ symbol. E.g. gcp_project>dataset_name>table_name

We have changed the delimiter from ‘>’ to ‘.’ notation, but now we are seeing that there are spaces on either side of the dot natation. E.g. gcp_project . dataset_name . table_name

We have tried various escape charaters (\ /) and quotes to try and fix this but with no luck.

Does anybody happen to know how when running spring boot how to remove these spaces for newly created physical asset full names?

Any help would be very much appreciated.

8 Messages

1 year ago

Tagging @spring-team.collibra.com for visibility.

Loading...