collibra-connector 1.0.11__py3-none-any.whl → 1.0.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,9 @@ from .api import (
11
11
  Workflow,
12
12
  Metadata,
13
13
  Comment,
14
- Relation
14
+ Relation,
15
+ OutputModule,
16
+ Utils
15
17
  )
16
18
 
17
19
 
@@ -22,7 +24,7 @@ class CollibraConnector():
22
24
  The authentication is done using HTTP Basic Auth.
23
25
  """
24
26
 
25
- def __init__(self, api: str, username: str, password: str, timeout: int = 30):
27
+ def __init__(self, api: str, username: str, password: str, timeout: int = 30, **kwargs):
26
28
  """
27
29
  Initializes the CollibraConnector with API URL and authentication credentials.
28
30
  :param api: The API URL for Collibra.
@@ -44,6 +46,12 @@ class CollibraConnector():
44
46
  self.metadata = Metadata(self)
45
47
  self.comment = Comment(self)
46
48
  self.relation = Relation(self)
49
+ self.output_module = OutputModule(self)
50
+ self.utils = Utils(self)
51
+
52
+ self.uuids = {}
53
+ if kwargs.get('uuids'):
54
+ self.uuids = self.utils.get_uuids()
47
55
 
48
56
  logging.basicConfig(level=logging.INFO)
49
57
  self.logger = logging.getLogger(__name__)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: collibra-connector
3
- Version: 1.0.11
3
+ Version: 1.0.12
4
4
  Summary: An UNOFFICIAL standard Python connector for the Collibra Data Governance Center API.
5
5
  Author-email: Raül Dalgamonni <rauldalgamonnialonso@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/rauldaal/collibra-python-connector
@@ -1,5 +1,5 @@
1
1
  collibra_connector/__init__.py,sha256=vzF9epFfmdnFjOcr_qZhvfiN9Z0cIBB48xldnvIiKjo,1694
2
- collibra_connector/connector.py,sha256=oNN8WCI1TI6ffSEfl6_SX7SdrznwA5UeN7U13m-O_hU,2224
2
+ collibra_connector/connector.py,sha256=uBOFEAVIE-v6Zkb9-SwFCFcaeJESStOOFZdI2iy20gw,2449
3
3
  collibra_connector/api/Asset.py,sha256=aPhnsRxzdGGFtaytpLueDgMrELMpIs4cuOJoc2DR-p4,17927
4
4
  collibra_connector/api/Base.py,sha256=2gHpieP8N_PK-R63zUv38Wpdfqdw9tHcH59hlXUZOWM,5929
5
5
  collibra_connector/api/Comment.py,sha256=4ZzXiKj3pDOw_JRhfrUj-gcF8nZVdW_z7X2jJnq7LcU,4994
@@ -14,8 +14,8 @@ collibra_connector/api/User.py,sha256=nPl8q6l-H8hq2sR7gLelXq09jl3QRWFzI_WU3OUIHh
14
14
  collibra_connector/api/Utils.py,sha256=F8ZWrW8urzDX8QfiL16kWRnBYGRiLqeKUbYXlQpXNiM,4674
15
15
  collibra_connector/api/Workflow.py,sha256=rsD9mPut69eEy35TNGf2mUKTrgWUmoakgnsXa85XzNY,10417
16
16
  collibra_connector/api/__init__.py,sha256=yBJcKzcRraE-UYbBviisbdvQ1asFBnud5Vo1oJcCv_w,491
17
- collibra_connector-1.0.11.dist-info/licenses/LICENSE,sha256=6KmWWtAu_q58gerPlrnkgsmGM2l8j6Wc_VL0y4S_ip4,1079
18
- collibra_connector-1.0.11.dist-info/METADATA,sha256=HXkSXZVVmm1z57evuwsuWoOzFI6lSjrVuhd2hZKSHEU,4081
19
- collibra_connector-1.0.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- collibra_connector-1.0.11.dist-info/top_level.txt,sha256=Vs-kR64zf__ebL2j3_AEx7rhO6xkwgmHUFRzxlQPgTQ,19
21
- collibra_connector-1.0.11.dist-info/RECORD,,
17
+ collibra_connector-1.0.12.dist-info/licenses/LICENSE,sha256=6KmWWtAu_q58gerPlrnkgsmGM2l8j6Wc_VL0y4S_ip4,1079
18
+ collibra_connector-1.0.12.dist-info/METADATA,sha256=blUOj_pN5Pm-6kJw3YLTWegVLRldgHbj4AAGMp_TNhk,4081
19
+ collibra_connector-1.0.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ collibra_connector-1.0.12.dist-info/top_level.txt,sha256=Vs-kR64zf__ebL2j3_AEx7rhO6xkwgmHUFRzxlQPgTQ,19
21
+ collibra_connector-1.0.12.dist-info/RECORD,,