Skip to content

aviv-julienjehannet/collibra-api-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collibra

This package can be used to update the bronze layer on collibra:

It makes use of the collibra rest api:

Installation

pip install git+https://github.com/runtastic/collibra-api-wrapper.git

Collibra - cli

The package provides two commands that can be run from the terminal:

  • Update Data Elements and Relations (dqr->de, de->de): This command walks through a json schema and creates the data elements (attributes in schema) + hierachical relations.
update_de_and_relations <COLLIBRA_URL> <COLLIBRA_USER> <COLLIBRA_PASSWORD> <SCHEMA_FOLDER> <SCHEMA_NAME>
  • Update Data Elements and Relations (dqr->de, de->de): This command walks through a json schema and creates the data elements (attributes in schema) + hierachical relations.
update_dqr <COLLIBRA_URL> <COLLIBRA_USER> <COLLIBRA_PASSWORD> <FILE_FOLDER>

with:

Communities

We are updating assets inside the "runtastic" community:

https://university.collibra.com/knowledge/collibra-body-of-knowledge/data-governance-operating-model/organizational-concepts/communities/

Domains

Inside our "runtastic" community we have several domains:

https://university.collibra.com/knowledge/collibra-body-of-knowledge/data-governance-operating-model/organizational-concepts/domain-types/

Assets

Each asset belongs to a domain. Assets are specific (like Table, Row, Column,....), there are many predefined assets available. Assets can be related to other assets (e.g. Data Element targets Data Element).

https://university.collibra.com/knowledge/collibra-body-of-knowledge/data-governance-operating-model/structural-concepts/asset-types/

Attributes

Assets can have multiple Attributes (e.g. Tag, Description, ....)

https://university.collibra.com/knowledge/collibra-body-of-knowledge/data-governance-operating-model/structural-concepts/attribute-types/

Relations

Relations can be defined between two assets (e.g. Data Quality Rule governs Data Element)

https://university.collibra.com/knowledge/collibra-body-of-knowledge/data-governance-operating-model/structural-concepts/relation-types/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%