You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
We are currently using v0.14.1, but I also tested with the CLI v0.15.1 and the result is the same, the platform_instance is added twice to the final URN.
Additional context
Add any other context about the problem here.
but maybe it's also added somewhere else on top of this call, but I don't know enough the code to know if this platform_instance is added somewhere else.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the
source
withdruid
and with theplatform_instance
set, the instance platform name is added twice to the final URN.To Reproduce
Using the datahub cli ingest
datahub ingest -c <path to yaml content shown below>
.Using the following recipe:
Let's say that the Druid has a database named
druid-metrics
, then I get an URN like this:We can see the
team1
entry being set twice in the dataset path.If I remove the
platform_instance
, the path is like this, which is correct:Expected behavior
Based on the example above, the URN should only have the platform_instance once in the name, which would result on something like this:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
We are currently using v0.14.1, but I also tested with the CLI
v0.15.1
and the result is the same, the platform_instance is added twice to the final URN.Additional context
Add any other context about the problem here.
In the druid case, the platform_instance is added here:
https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/ingestion/source/sql/druid.py#L54
but maybe it's also added somewhere else on top of this call, but I don't know enough the code to know if this platform_instance is added somewhere else.
The text was updated successfully, but these errors were encountered: