gooddata-sdk 1.28.1.dev4__tar.gz → 1.28.1.dev5__tar.gz
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.
- {gooddata_sdk-1.28.1.dev4/gooddata_sdk.egg-info → gooddata_sdk-1.28.1.dev5}/PKG-INFO +4 -4
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/README.md +1 -1
- gooddata_sdk-1.28.1.dev5/gooddata_sdk/catalog/user/entity_model/api_token.py +12 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/service.py +26 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5/gooddata_sdk.egg-info}/PKG-INFO +4 -4
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk.egg-info/SOURCES.txt +1 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk.egg-info/requires.txt +1 -1
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/setup.py +3 -3
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/LICENSE.txt +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/MANIFEST.in +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/bin/gdc +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/_version.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/base.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/catalog_service_base.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/requests/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/requests/ldm_request.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/requests/scan_model_request.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/requests/scan_sql_request.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/responses/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/responses/scan_sql_response.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/action_model/sql_column.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/declarative_model/data_source.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/column.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/pdm.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/table.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/entity_model/content_objects/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/entity_model/content_objects/table.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/entity_model/data_source.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/service.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/validation/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/validation/data_source.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/depends_on.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/entity.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/export/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/export/request.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/export/service.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/filter_by.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/identifier.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/entity_model/directive.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/entity_model/jwk.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/entity_model/organization.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/entity_model/setting.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/service.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/parameter.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/declarative_model/dashboard_assignees.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/declarative_model/dashboard_permissions.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/declarative_model/manage_dashboard_permissions.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/declarative_model/permission.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/service.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/rule.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/setting.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/types.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/declarative_model/user.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/declarative_model/user_and_user_groups.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/declarative_model/user_group.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/entity_model/user.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/entity_model/user_group.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/management_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/management_model/management.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/validate_by_item.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/content_service.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/analytics_model.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/data_filter_references.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/dataset.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/dataset_extension.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/date_dataset.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/ldm.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/declarative_model/workspace/workspace.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/content_objects/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/content_objects/dataset.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/content_objects/metric.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/content_objects/workspace_setting.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/graph.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/user_data_filter.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/entity_model/workspace.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/model_container.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/service.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/cli/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/cli/clone.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/cli/constants.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/cli/deploy.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/cli/gdc_core.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/cli/package.json +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/cli/utils.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/client.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/compute_to_sdk_converter.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/__init__.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/attribute.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/base.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/execution.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/filter.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/metric.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/service.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/config.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/py.typed +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/sdk.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/support.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/table.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/type_converter.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/utils.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/visualization.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk.egg-info/dependency_links.txt +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk.egg-info/top_level.txt +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/setup.cfg +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/tests/test_client.py +0 -0
- {gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/tests/test_type_converter.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gooddata-sdk
|
|
3
|
-
Version: 1.28.1.
|
|
3
|
+
Version: 1.28.1.dev5
|
|
4
4
|
Summary: GoodData Cloud Python SDK
|
|
5
5
|
Author: GoodData
|
|
6
6
|
Author-email: support@gooddata.com
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.28.1.
|
|
8
|
+
Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.28.1.dev5
|
|
9
9
|
Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
|
|
10
10
|
Keywords: gooddata,sdk,api,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -22,7 +22,7 @@ Classifier: Typing :: Typed
|
|
|
22
22
|
Requires-Python: >=3.9.0
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE.txt
|
|
25
|
-
Requires-Dist: gooddata-api-client~=1.28.1.
|
|
25
|
+
Requires-Dist: gooddata-api-client~=1.28.1.dev5
|
|
26
26
|
Requires-Dist: python-dateutil>=2.5.3
|
|
27
27
|
Requires-Dist: pyyaml>=5.1
|
|
28
28
|
Requires-Dist: attrs<=24.2.0,>=21.4.0
|
|
@@ -46,7 +46,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
|
|
|
46
46
|
* Compute Service
|
|
47
47
|
* Table Service
|
|
48
48
|
|
|
49
|
-
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.28.1.
|
|
49
|
+
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.28.1.dev5) for more details.
|
|
50
50
|
|
|
51
51
|
## Requirements
|
|
52
52
|
|
|
@@ -13,7 +13,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
|
|
|
13
13
|
* Compute Service
|
|
14
14
|
* Table Service
|
|
15
15
|
|
|
16
|
-
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.28.1.
|
|
16
|
+
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.28.1.dev5) for more details.
|
|
17
17
|
|
|
18
18
|
## Requirements
|
|
19
19
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# (C) 2024 GoodData Corporation
|
|
2
|
+
from typing import Optional
|
|
3
|
+
|
|
4
|
+
from attrs import define
|
|
5
|
+
|
|
6
|
+
from gooddata_sdk.catalog.base import Base
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@define(auto_attribs=True, kw_only=True)
|
|
10
|
+
class CatalogApiToken(Base):
|
|
11
|
+
id: str
|
|
12
|
+
bearer_token: Optional[str] = None
|
|
@@ -5,11 +5,14 @@ import functools
|
|
|
5
5
|
from pathlib import Path
|
|
6
6
|
|
|
7
7
|
from gooddata_api_client.exceptions import NotFoundException
|
|
8
|
+
from gooddata_api_client.model.json_api_api_token_in import JsonApiApiTokenIn
|
|
9
|
+
from gooddata_api_client.model.json_api_api_token_in_document import JsonApiApiTokenInDocument
|
|
8
10
|
|
|
9
11
|
from gooddata_sdk.catalog.catalog_service_base import CatalogServiceBase
|
|
10
12
|
from gooddata_sdk.catalog.user.declarative_model.user import CatalogDeclarativeUsers
|
|
11
13
|
from gooddata_sdk.catalog.user.declarative_model.user_and_user_groups import CatalogDeclarativeUsersUserGroups
|
|
12
14
|
from gooddata_sdk.catalog.user.declarative_model.user_group import CatalogDeclarativeUserGroups
|
|
15
|
+
from gooddata_sdk.catalog.user.entity_model.api_token import CatalogApiToken
|
|
13
16
|
from gooddata_sdk.catalog.user.entity_model.user import CatalogUser, CatalogUserDocument
|
|
14
17
|
from gooddata_sdk.catalog.user.entity_model.user_group import CatalogUserGroup, CatalogUserGroupDocument
|
|
15
18
|
from gooddata_sdk.catalog.user.management_model.management import (
|
|
@@ -391,3 +394,26 @@ class CatalogUserService(CatalogServiceBase):
|
|
|
391
394
|
|
|
392
395
|
def revoke_permissions_bulk(self, permissions_assignment: CatalogPermissionsAssignment) -> None:
|
|
393
396
|
self._user_management_api.revoke_permissions(permissions_assignment.to_api())
|
|
397
|
+
|
|
398
|
+
def list_user_api_tokens(self, user_id: str) -> list[CatalogApiToken]:
|
|
399
|
+
get_api_tokens = functools.partial(
|
|
400
|
+
self._entities_api.get_all_entities_api_tokens,
|
|
401
|
+
user_id,
|
|
402
|
+
_check_return_type=False,
|
|
403
|
+
)
|
|
404
|
+
api_tokens = load_all_entities(get_api_tokens)
|
|
405
|
+
return [CatalogApiToken(id=v["id"]) for v in api_tokens.data]
|
|
406
|
+
|
|
407
|
+
def create_user_api_token(self, user_id: str, api_token_id: str) -> CatalogApiToken:
|
|
408
|
+
document = JsonApiApiTokenInDocument(data=JsonApiApiTokenIn(id=api_token_id, type="apiToken"))
|
|
409
|
+
api_token = self._entities_api.create_entity_api_tokens(user_id, document, _check_return_type=False)
|
|
410
|
+
v = api_token.data
|
|
411
|
+
return CatalogApiToken(id=v["id"], bearer_token=v.get("attributes", {}).get("bearerToken"))
|
|
412
|
+
|
|
413
|
+
def get_user_api_token(self, user_id: str, api_token_id: str) -> CatalogApiToken:
|
|
414
|
+
api_token = self._entities_api.get_entity_api_tokens(user_id, api_token_id, _check_return_type=False)
|
|
415
|
+
v = api_token.data
|
|
416
|
+
return CatalogApiToken(id=v["id"])
|
|
417
|
+
|
|
418
|
+
def delete_user_api_token(self, user_id: str, api_token_id: str) -> None:
|
|
419
|
+
self._entities_api.delete_entity_api_tokens(user_id, api_token_id)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gooddata-sdk
|
|
3
|
-
Version: 1.28.1.
|
|
3
|
+
Version: 1.28.1.dev5
|
|
4
4
|
Summary: GoodData Cloud Python SDK
|
|
5
5
|
Author: GoodData
|
|
6
6
|
Author-email: support@gooddata.com
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.28.1.
|
|
8
|
+
Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.28.1.dev5
|
|
9
9
|
Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
|
|
10
10
|
Keywords: gooddata,sdk,api,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -22,7 +22,7 @@ Classifier: Typing :: Typed
|
|
|
22
22
|
Requires-Python: >=3.9.0
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE.txt
|
|
25
|
-
Requires-Dist: gooddata-api-client~=1.28.1.
|
|
25
|
+
Requires-Dist: gooddata-api-client~=1.28.1.dev5
|
|
26
26
|
Requires-Dist: python-dateutil>=2.5.3
|
|
27
27
|
Requires-Dist: pyyaml>=5.1
|
|
28
28
|
Requires-Dist: attrs<=24.2.0,>=21.4.0
|
|
@@ -46,7 +46,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
|
|
|
46
46
|
* Compute Service
|
|
47
47
|
* Table Service
|
|
48
48
|
|
|
49
|
-
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.28.1.
|
|
49
|
+
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.28.1.dev5) for more details.
|
|
50
50
|
|
|
51
51
|
## Requirements
|
|
52
52
|
|
|
@@ -77,6 +77,7 @@ gooddata_sdk/catalog/user/declarative_model/user.py
|
|
|
77
77
|
gooddata_sdk/catalog/user/declarative_model/user_and_user_groups.py
|
|
78
78
|
gooddata_sdk/catalog/user/declarative_model/user_group.py
|
|
79
79
|
gooddata_sdk/catalog/user/entity_model/__init__.py
|
|
80
|
+
gooddata_sdk/catalog/user/entity_model/api_token.py
|
|
80
81
|
gooddata_sdk/catalog/user/entity_model/user.py
|
|
81
82
|
gooddata_sdk/catalog/user/entity_model/user_group.py
|
|
82
83
|
gooddata_sdk/catalog/user/management_model/__init__.py
|
|
@@ -7,7 +7,7 @@ this_directory = Path(__file__).parent
|
|
|
7
7
|
long_description = (this_directory / "README.md").read_text(encoding="utf-8")
|
|
8
8
|
|
|
9
9
|
REQUIRES = [
|
|
10
|
-
"gooddata-api-client~=1.28.1.
|
|
10
|
+
"gooddata-api-client~=1.28.1.dev5",
|
|
11
11
|
"python-dateutil>=2.5.3",
|
|
12
12
|
"pyyaml>=5.1",
|
|
13
13
|
"attrs>=21.4.0,<=24.2.0",
|
|
@@ -22,7 +22,7 @@ setup(
|
|
|
22
22
|
description="GoodData Cloud Python SDK",
|
|
23
23
|
long_description=long_description,
|
|
24
24
|
long_description_content_type="text/markdown",
|
|
25
|
-
version="1.28.1.
|
|
25
|
+
version="1.28.1.dev5",
|
|
26
26
|
author="GoodData",
|
|
27
27
|
author_email="support@gooddata.com",
|
|
28
28
|
license="MIT",
|
|
@@ -36,7 +36,7 @@ setup(
|
|
|
36
36
|
"bin/gdc",
|
|
37
37
|
],
|
|
38
38
|
project_urls={
|
|
39
|
-
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.28.1.
|
|
39
|
+
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.28.1.dev5",
|
|
40
40
|
"Source": "https://github.com/gooddata/gooddata-python-sdk",
|
|
41
41
|
},
|
|
42
42
|
classifiers=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/catalog_service_base.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/data_source/service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/export/__init__.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/export/request.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/export/service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/organization/service.py
RENAMED
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/permission/service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/user/entity_model/user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/validate_by_item.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/catalog/workspace/service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/__init__.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/attribute.py
RENAMED
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk/compute/model/execution.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.28.1.dev4 → gooddata_sdk-1.28.1.dev5}/gooddata_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|