1. Does master branch have all latest changes of 0...
# getting-started
s
1. Does master branch have all latest changes of 0.7.1 tags 2. I was looking for some tutorial where i can read about the configuration to manage the heirarchy . Please let me know where i can found that. That will be a great help in my exploration part. Please let me know
g
Hey @some-cricket-23089 - welcome to Datahub!
1. yes- the master branch is ahead of the latest release. Releases are done off the master branch, so the master branch always contains everything in the latest release and then some extras!
2. for managing deployment, I would read this: https://datahubproject.io/docs/docker/development
(if by hierarchy you were talking about relationships between entities, I would take a look at https://datahubproject.io/docs/metadata-ingestion/#lineage-with-airflow)
s
@green-football-43791 Thankyou very much for the prompt reply. For #2 about heirarchy , In datahub document https://datahubproject.io/docs/features one of the feature is mentioned for Dataset is Browse: browsing through a configurable hierarchy So my ask is in this regard , How we can configure this and is this the same as relationship ?
g
Of course. What sort of hierarchy would you like to see for your datasets?
By default, the browse paths are constructed by concatenating the origin + platform + dataset name
you can see the logic here:
If that does not suit your needs, you will need to fork datahub and edit this code. However, I will add we are working on making this easier, so in the not too distant future you should be able to make changes like this without forking
Separately, there is an effort to add a business glossary to Datahub. You can learn more about that in #design-tags-taxonomy. This would allow you to construct your own business glossary taxonomy and organize your entities in that way.
In what way had you hoped to organize your entities?
s
Right now i was exploring the datahub and trying to get in what way we can organize using datahub . So that i can come up with a POC and based on that can work with my oragnaization of entities
@green-football-43791 Thats realy a great help. Thanks a lot
@green-football-43791 Apart of Lineages is there any other way to manage the relationships in datahub ?
g
Hey @some-cricket-23089 - can you provide a little more detail? What types of relationships are you looking for?
s
@green-football-43791 I was looking for mysql tables relationships, Anyways we already discussed the same in another thread. Thankyou very much for your kind support .
1