collibra-connector 1.0.18__py3-none-any.whl → 1.0.19__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.
- collibra_connector/api/Community.py +1 -1
- {collibra_connector-1.0.18.dist-info → collibra_connector-1.0.19.dist-info}/METADATA +1 -1
- {collibra_connector-1.0.18.dist-info → collibra_connector-1.0.19.dist-info}/RECORD +6 -6
- {collibra_connector-1.0.18.dist-info → collibra_connector-1.0.19.dist-info}/WHEEL +0 -0
- {collibra_connector-1.0.18.dist-info → collibra_connector-1.0.19.dist-info}/licenses/LICENSE +0 -0
- {collibra_connector-1.0.18.dist-info → collibra_connector-1.0.19.dist-info}/top_level.txt +0 -0
|
@@ -108,7 +108,7 @@ class Community(BaseAPI):
|
|
|
108
108
|
if sort_order != "ASC":
|
|
109
109
|
params["sortOrder"] = sort_order
|
|
110
110
|
|
|
111
|
-
response = self._get(params=params)
|
|
111
|
+
response = self._get(url=self.__base_api, params=params)
|
|
112
112
|
return self._handle_response(response)
|
|
113
113
|
|
|
114
114
|
def add_community(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: collibra-connector
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.19
|
|
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
|
|
@@ -3,7 +3,7 @@ collibra_connector/connector.py,sha256=uBOFEAVIE-v6Zkb9-SwFCFcaeJESStOOFZdI2iy20
|
|
|
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=KK9SF3t7Z6oCHuqpAVX7aPiS_5bFuWMagK2h15vVHe0,5015
|
|
6
|
-
collibra_connector/api/Community.py,sha256=
|
|
6
|
+
collibra_connector/api/Community.py,sha256=eLdPAw-DMl2NGU6lTIx7lzJLeEA5Kg-zWo4AzwVWllM,12153
|
|
7
7
|
collibra_connector/api/Domain.py,sha256=U0i103g1WceCn9qAFUWDLgeXrtOvfBqX3vMCn4sQqRE,13012
|
|
8
8
|
collibra_connector/api/Exceptions.py,sha256=lX8yU3BnlOiWWifIBKlZdXVZaTI5pvtbrffyDtEUtoc,429
|
|
9
9
|
collibra_connector/api/Metadata.py,sha256=4uzb4vnZuMOg_ISCEnCfmAEVbsIcuD4FvupDlcxrfT4,5213
|
|
@@ -14,8 +14,8 @@ collibra_connector/api/User.py,sha256=rUfnR0x_vnIk8h2SJ0RITpC4nKPw-e3-zwKIK8ZEuK
|
|
|
14
14
|
collibra_connector/api/Utils.py,sha256=W_XC-ypF_dh0zeqN2RMdyJIQzuQJ0nBysKctee8jZAg,5262
|
|
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.
|
|
18
|
-
collibra_connector-1.0.
|
|
19
|
-
collibra_connector-1.0.
|
|
20
|
-
collibra_connector-1.0.
|
|
21
|
-
collibra_connector-1.0.
|
|
17
|
+
collibra_connector-1.0.19.dist-info/licenses/LICENSE,sha256=6KmWWtAu_q58gerPlrnkgsmGM2l8j6Wc_VL0y4S_ip4,1079
|
|
18
|
+
collibra_connector-1.0.19.dist-info/METADATA,sha256=hsQZNdNfiIgC1JteLz_eeR-x4pZRyDzz6DU55FCDjA4,4081
|
|
19
|
+
collibra_connector-1.0.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
20
|
+
collibra_connector-1.0.19.dist-info/top_level.txt,sha256=Vs-kR64zf__ebL2j3_AEx7rhO6xkwgmHUFRzxlQPgTQ,19
|
|
21
|
+
collibra_connector-1.0.19.dist-info/RECORD,,
|
|
File without changes
|
{collibra_connector-1.0.18.dist-info → collibra_connector-1.0.19.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|