gooddata-sdk 1.52.1.dev1__tar.gz → 1.52.1.dev2__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.52.1.dev1/gooddata_sdk.egg-info → gooddata_sdk-1.52.1.dev2}/PKG-INFO +4 -4
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/README.md +1 -1
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/execution.py +14 -3
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/service.py +13 -3
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/table.py +13 -5
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2/gooddata_sdk.egg-info}/PKG-INFO +4 -4
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk.egg-info/requires.txt +1 -1
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/setup.py +3 -3
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/LICENSE.txt +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/MANIFEST.in +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/bin/gdc +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/_version.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/base.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/catalog_service_base.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/ldm_request.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/scan_model_request.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/scan_sql_request.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/responses/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/responses/scan_sql_response.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/action_model/sql_column.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/data_source.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/column.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/pdm.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/table.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/entity_model/content_objects/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/entity_model/data_source.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/service.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/validation/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/data_source/validation/data_source.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/depends_on.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/entity.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/export/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/export/request.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/export/service.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/filter_by.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/identifier.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/common/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/common/dashboard_slides_template.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/common/running_section.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/common/slide_template.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/common/widget_slides_template.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/directive.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/export_template.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/identity_provider.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/jwk.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/llm_endpoint.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/organization.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/entity_model/setting.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/layout/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/layout/export_template.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/layout/identity_provider.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/layout/notification_channel.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/service.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/parameter.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/permission/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/dashboard_assignees.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/dashboard_permissions.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/manage_dashboard_permissions.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/permission/declarative_model/permission.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/permission/service.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/rule.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/setting.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/types.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/declarative_model/user.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/declarative_model/user_and_user_groups.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/declarative_model/user_group.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/entity_model/api_token.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/entity_model/user.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/entity_model/user_group.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/management_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/management_model/management.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/service.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/validate_by_item.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/content_service.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/analytics_model.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/base.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/export_definition.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/automation.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/data_filter_references.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/dataset.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/dataset_extension.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/date_dataset.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/ldm.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/workspace.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/dataset.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/metric.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/workspace_setting.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/filter_view.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/graph.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/user_data_filter.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/entity_model/workspace.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/model_container.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/workspace/service.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/cli/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/cli/clone.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/cli/constants.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/cli/deploy.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/cli/gdc_core.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/cli/package.json +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/cli/utils.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/client.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/compute_to_sdk_converter.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/__init__.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/attribute.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/base.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/filter.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/metric.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/visualization_to_sdk_converter.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/config.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/py.typed +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/sdk.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/support.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/type_converter.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/utils.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/visualization.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk.egg-info/SOURCES.txt +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk.egg-info/dependency_links.txt +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk.egg-info/top_level.txt +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/setup.cfg +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/tests/test_client.py +0 -0
- {gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/tests/test_type_converter.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gooddata-sdk
|
|
3
|
-
Version: 1.52.1.
|
|
3
|
+
Version: 1.52.1.dev2
|
|
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.52.1.
|
|
8
|
+
Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.52.1.dev2
|
|
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
|
|
@@ -23,7 +23,7 @@ Classifier: Typing :: Typed
|
|
|
23
23
|
Requires-Python: >=3.9.0
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE.txt
|
|
26
|
-
Requires-Dist: gooddata-api-client~=1.52.1.
|
|
26
|
+
Requires-Dist: gooddata-api-client~=1.52.1.dev2
|
|
27
27
|
Requires-Dist: python-dateutil>=2.5.3
|
|
28
28
|
Requires-Dist: pyyaml>=6.0
|
|
29
29
|
Requires-Dist: attrs<=24.2.0,>=21.4.0
|
|
@@ -59,7 +59,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
|
|
|
59
59
|
* Compute Service
|
|
60
60
|
* Table Service
|
|
61
61
|
|
|
62
|
-
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.52.1.
|
|
62
|
+
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.52.1.dev2) for more details.
|
|
63
63
|
|
|
64
64
|
## Requirements
|
|
65
65
|
|
|
@@ -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.52.1.
|
|
16
|
+
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.52.1.dev2) for more details.
|
|
17
17
|
|
|
18
18
|
## Requirements
|
|
19
19
|
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/execution.py
RENAMED
|
@@ -334,7 +334,12 @@ class BareExecutionResponse:
|
|
|
334
334
|
def cancel_token(self) -> Optional[str]:
|
|
335
335
|
return self._cancel_token
|
|
336
336
|
|
|
337
|
-
def read_result(
|
|
337
|
+
def read_result(
|
|
338
|
+
self,
|
|
339
|
+
limit: Union[int, list[int]],
|
|
340
|
+
offset: Union[None, int, list[int]] = None,
|
|
341
|
+
timeout: Optional[Union[int, float, tuple]] = None,
|
|
342
|
+
) -> ExecutionResult:
|
|
338
343
|
"""
|
|
339
344
|
Reads from the execution result.
|
|
340
345
|
"""
|
|
@@ -353,6 +358,7 @@ class BareExecutionResponse:
|
|
|
353
358
|
limit=_limit,
|
|
354
359
|
_check_return_type=False,
|
|
355
360
|
_return_http_data_only=False,
|
|
361
|
+
_request_timeout=timeout,
|
|
356
362
|
**({"x_gdc_cancel_token": self.cancel_token} if self.cancel_token else {}),
|
|
357
363
|
)
|
|
358
364
|
custom_headers = self._api_client.custom_headers
|
|
@@ -450,8 +456,13 @@ class Execution:
|
|
|
450
456
|
formats[m_group["localIdentifier"]] = m_group["format"]
|
|
451
457
|
return labels, formats
|
|
452
458
|
|
|
453
|
-
def read_result(
|
|
454
|
-
|
|
459
|
+
def read_result(
|
|
460
|
+
self,
|
|
461
|
+
limit: Union[int, list[int]],
|
|
462
|
+
offset: Union[None, int, list[int]] = None,
|
|
463
|
+
timeout: Optional[Union[int, float, tuple]] = None,
|
|
464
|
+
) -> ExecutionResult:
|
|
465
|
+
return self.bare_exec_response.read_result(limit, offset, timeout)
|
|
455
466
|
|
|
456
467
|
def cancel(self) -> None:
|
|
457
468
|
"""
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
import json
|
|
5
5
|
import logging
|
|
6
6
|
from collections.abc import Iterator
|
|
7
|
-
from typing import Any, Optional
|
|
7
|
+
from typing import Any, Optional, Union
|
|
8
8
|
|
|
9
9
|
from gooddata_api_client import ApiException
|
|
10
10
|
from gooddata_api_client.model.afm_cancel_tokens import AfmCancelTokens
|
|
@@ -40,17 +40,27 @@ class ComputeService:
|
|
|
40
40
|
self._actions_api = self._api_client.actions_api
|
|
41
41
|
self._entities_api = self._api_client.entities_api
|
|
42
42
|
|
|
43
|
-
def for_exec_def(
|
|
43
|
+
def for_exec_def(
|
|
44
|
+
self,
|
|
45
|
+
workspace_id: str,
|
|
46
|
+
exec_def: ExecutionDefinition,
|
|
47
|
+
timeout: Optional[Union[int, float, tuple]] = None,
|
|
48
|
+
) -> Execution:
|
|
44
49
|
"""
|
|
45
50
|
Starts computation in GoodData.CN workspace, using the provided execution definition.
|
|
46
51
|
|
|
47
52
|
Args:
|
|
48
53
|
workspace_id: workspace identifier
|
|
49
54
|
exec_def: execution definition - this prescribes what to calculate, how to place labels and metric values
|
|
55
|
+
timeout: request timeout in seconds. If a tuple is provided, it is used as (connection timeout, read timeout).
|
|
50
56
|
into dimensions
|
|
51
57
|
"""
|
|
52
58
|
response, _, headers = self._actions_api.compute_report(
|
|
53
|
-
workspace_id,
|
|
59
|
+
workspace_id,
|
|
60
|
+
exec_def.as_api_model(),
|
|
61
|
+
_check_return_type=False,
|
|
62
|
+
_return_http_data_only=False,
|
|
63
|
+
_request_timeout=timeout,
|
|
54
64
|
)
|
|
55
65
|
|
|
56
66
|
return Execution(
|
|
@@ -240,7 +240,11 @@ def _prepare_tabular_definition(
|
|
|
240
240
|
return ExecutionDefinition(attributes=attributes, metrics=metrics, filters=filters, dimensions=dims)
|
|
241
241
|
|
|
242
242
|
|
|
243
|
-
def _as_table(
|
|
243
|
+
def _as_table(
|
|
244
|
+
response: ExecutionResponse,
|
|
245
|
+
always_two_dimensional: bool = False,
|
|
246
|
+
timeout: Optional[Union[int, float, tuple]] = None,
|
|
247
|
+
) -> ExecutionTable:
|
|
244
248
|
first_page_offset = [0, 0]
|
|
245
249
|
first_page_limit = [_TABLE_ROW_BATCH_SIZE, _MAX_METRICS]
|
|
246
250
|
|
|
@@ -256,7 +260,7 @@ def _as_table(response: ExecutionResponse, always_two_dimensional: bool = False)
|
|
|
256
260
|
first_page_limit = [first_page_limit[0]]
|
|
257
261
|
first_page_offset = [0]
|
|
258
262
|
|
|
259
|
-
first_page = response.read_result(offset=first_page_offset, limit=first_page_limit)
|
|
263
|
+
first_page = response.read_result(offset=first_page_offset, limit=first_page_limit, timeout=timeout)
|
|
260
264
|
|
|
261
265
|
return ExecutionTable(response=response, first_page=first_page)
|
|
262
266
|
|
|
@@ -793,7 +797,11 @@ class TableService:
|
|
|
793
797
|
return _as_table(response, always_two_dimensional)
|
|
794
798
|
|
|
795
799
|
def for_items(
|
|
796
|
-
self,
|
|
800
|
+
self,
|
|
801
|
+
workspace_id: str,
|
|
802
|
+
items: list[Union[Attribute, Metric]],
|
|
803
|
+
filters: Optional[list[Filter]] = None,
|
|
804
|
+
timeout: Optional[Union[int, float, tuple]] = None,
|
|
797
805
|
) -> ExecutionTable:
|
|
798
806
|
if filters is None:
|
|
799
807
|
filters = []
|
|
@@ -810,6 +818,6 @@ class TableService:
|
|
|
810
818
|
raise ValueError(f"Invalid input item: {item}. Expecting instance of Attribute or Metric")
|
|
811
819
|
|
|
812
820
|
exec_def = _prepare_tabular_definition(attributes=attributes, metrics=metrics, filters=filters)
|
|
813
|
-
response = self._compute.for_exec_def(workspace_id=workspace_id, exec_def=exec_def)
|
|
821
|
+
response = self._compute.for_exec_def(workspace_id=workspace_id, exec_def=exec_def, timeout=timeout)
|
|
814
822
|
|
|
815
|
-
return _as_table(response)
|
|
823
|
+
return _as_table(response, timeout=timeout)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gooddata-sdk
|
|
3
|
-
Version: 1.52.1.
|
|
3
|
+
Version: 1.52.1.dev2
|
|
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.52.1.
|
|
8
|
+
Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.52.1.dev2
|
|
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
|
|
@@ -23,7 +23,7 @@ Classifier: Typing :: Typed
|
|
|
23
23
|
Requires-Python: >=3.9.0
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE.txt
|
|
26
|
-
Requires-Dist: gooddata-api-client~=1.52.1.
|
|
26
|
+
Requires-Dist: gooddata-api-client~=1.52.1.dev2
|
|
27
27
|
Requires-Dist: python-dateutil>=2.5.3
|
|
28
28
|
Requires-Dist: pyyaml>=6.0
|
|
29
29
|
Requires-Dist: attrs<=24.2.0,>=21.4.0
|
|
@@ -59,7 +59,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
|
|
|
59
59
|
* Compute Service
|
|
60
60
|
* Table Service
|
|
61
61
|
|
|
62
|
-
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.52.1.
|
|
62
|
+
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.52.1.dev2) for more details.
|
|
63
63
|
|
|
64
64
|
## Requirements
|
|
65
65
|
|
|
@@ -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.52.1.
|
|
10
|
+
"gooddata-api-client~=1.52.1.dev2",
|
|
11
11
|
"python-dateutil>=2.5.3",
|
|
12
12
|
"pyyaml>=6.0",
|
|
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.52.1.
|
|
25
|
+
version="1.52.1.dev2",
|
|
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.52.1.
|
|
39
|
+
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.52.1.dev2",
|
|
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.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/catalog_service_base.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/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
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/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.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/export/__init__.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/export/request.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/export/service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/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
|
|
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.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/organization/service.py
RENAMED
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/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.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/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
|
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/user/entity_model/user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/catalog/validate_by_item.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/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.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/__init__.py
RENAMED
|
File without changes
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk/compute/model/attribute.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
|
{gooddata_sdk-1.52.1.dev1 → gooddata_sdk-1.52.1.dev2}/gooddata_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|