collibra-connector 1.0.10a0__py3-none-any.whl → 1.0.10b0__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.
@@ -12,7 +12,6 @@ from .api import (
12
12
  Metadata,
13
13
  Comment
14
14
  )
15
- from .api.Utils import CollibraUtils
16
15
 
17
16
 
18
17
  class CollibraConnector():
@@ -43,7 +42,6 @@ class CollibraConnector():
43
42
  self.workflow = Workflow(self)
44
43
  self.metadata = Metadata(self)
45
44
  self.comment = Comment(self)
46
- self.utils = CollibraUtils(self)
47
45
 
48
46
  logging.basicConfig(level=logging.INFO)
49
47
  self.logger = logging.getLogger(__name__)
@@ -75,3 +73,7 @@ class CollibraConnector():
75
73
  @property
76
74
  def base_url(self):
77
75
  return self.__base_url
76
+
77
+ @property
78
+ def timeout(self):
79
+ return self.__timeout
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: collibra-connector
3
- Version: 1.0.10a0
3
+ Version: 1.0.10b0
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=8RONkOmdP2J-4-AXbTT9en6sYN9kfxNX5D9eu8GBFaM,2181
2
+ collibra_connector/connector.py,sha256=VjoFk0Jouz6vEhP74_9MJv6f8EQxKg_durmkbDLKxbI,2171
3
3
  collibra_connector/api/Asset.py,sha256=JJkImmgxYN3zGacSlnXegVnO2xHZqUhTiOyjhQFnvEU,10359
4
4
  collibra_connector/api/Base.py,sha256=8sYTPrIlHZP8smfYKl2rWSL63aKqHrtFca_M6gEOVns,5881
5
5
  collibra_connector/api/Comment.py,sha256=4ZzXiKj3pDOw_JRhfrUj-gcF8nZVdW_z7X2jJnq7LcU,4994
@@ -11,8 +11,8 @@ collibra_connector/api/Responsibility.py,sha256=s9W2oa11CS2_CEDYrgdjpHOjX83ysXnQ
11
11
  collibra_connector/api/User.py,sha256=nPl8q6l-H8hq2sR7gLelXq09jl3QRWFzI_WU3OUIHhQ,7755
12
12
  collibra_connector/api/Workflow.py,sha256=rsD9mPut69eEy35TNGf2mUKTrgWUmoakgnsXa85XzNY,10417
13
13
  collibra_connector/api/__init__.py,sha256=61ZNTfMTMRMPCy8WABptw152RriLZ_B1HV455vipFDk,396
14
- collibra_connector-1.0.10a0.dist-info/licenses/LICENSE,sha256=6KmWWtAu_q58gerPlrnkgsmGM2l8j6Wc_VL0y4S_ip4,1079
15
- collibra_connector-1.0.10a0.dist-info/METADATA,sha256=K5ANgMlX-DV3pEmcTditAyVz4BdFZ_j18FghxVtHIi4,4083
16
- collibra_connector-1.0.10a0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- collibra_connector-1.0.10a0.dist-info/top_level.txt,sha256=Vs-kR64zf__ebL2j3_AEx7rhO6xkwgmHUFRzxlQPgTQ,19
18
- collibra_connector-1.0.10a0.dist-info/RECORD,,
14
+ collibra_connector-1.0.10b0.dist-info/licenses/LICENSE,sha256=6KmWWtAu_q58gerPlrnkgsmGM2l8j6Wc_VL0y4S_ip4,1079
15
+ collibra_connector-1.0.10b0.dist-info/METADATA,sha256=jIfBXEZlypct5cyb9E1H878_-MhF9gbxesqoOQTEPUQ,4083
16
+ collibra_connector-1.0.10b0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ collibra_connector-1.0.10b0.dist-info/top_level.txt,sha256=Vs-kR64zf__ebL2j3_AEx7rhO6xkwgmHUFRzxlQPgTQ,19
18
+ collibra_connector-1.0.10b0.dist-info/RECORD,,