gooddata-sdk 1.29.2.dev1__tar.gz → 1.29.2.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.
Files changed (135) hide show
  1. {gooddata_sdk-1.29.2.dev1/gooddata_sdk.egg-info → gooddata_sdk-1.29.2.dev2}/PKG-INFO +4 -4
  2. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/README.md +1 -1
  3. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/__init__.py +1 -0
  4. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/export/request.py +31 -6
  5. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/layout/notification_channel.py +2 -2
  6. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/automation.py +30 -4
  7. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/service.py +1 -1
  8. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2/gooddata_sdk.egg-info}/PKG-INFO +4 -4
  9. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk.egg-info/requires.txt +1 -1
  10. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/setup.py +3 -3
  11. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/LICENSE.txt +0 -0
  12. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/MANIFEST.in +0 -0
  13. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/bin/gdc +0 -0
  14. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/_version.py +0 -0
  15. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/__init__.py +0 -0
  16. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/base.py +0 -0
  17. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/catalog_service_base.py +0 -0
  18. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/__init__.py +0 -0
  19. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/__init__.py +0 -0
  20. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/__init__.py +0 -0
  21. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/ldm_request.py +0 -0
  22. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/scan_model_request.py +0 -0
  23. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/requests/scan_sql_request.py +0 -0
  24. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/responses/__init__.py +0 -0
  25. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/responses/scan_sql_response.py +0 -0
  26. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/action_model/sql_column.py +0 -0
  27. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/declarative_model/__init__.py +0 -0
  28. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/declarative_model/data_source.py +0 -0
  29. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/__init__.py +0 -0
  30. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/column.py +0 -0
  31. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/pdm.py +0 -0
  32. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/declarative_model/physical_model/table.py +0 -0
  33. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/entity_model/__init__.py +0 -0
  34. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/entity_model/content_objects/__init__.py +0 -0
  35. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/entity_model/data_source.py +0 -0
  36. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/service.py +0 -0
  37. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/validation/__init__.py +0 -0
  38. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/data_source/validation/data_source.py +0 -0
  39. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/depends_on.py +0 -0
  40. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/entity.py +0 -0
  41. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/export/__init__.py +0 -0
  42. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/export/service.py +0 -0
  43. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/filter_by.py +0 -0
  44. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/identifier.py +0 -0
  45. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/__init__.py +0 -0
  46. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/entity_model/__init__.py +0 -0
  47. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/entity_model/directive.py +0 -0
  48. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/entity_model/jwk.py +0 -0
  49. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/entity_model/organization.py +0 -0
  50. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/entity_model/setting.py +0 -0
  51. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/layout/__init__.py +0 -0
  52. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/organization/service.py +0 -0
  53. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/parameter.py +0 -0
  54. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/permission/__init__.py +0 -0
  55. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/permission/declarative_model/__init__.py +0 -0
  56. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/permission/declarative_model/dashboard_assignees.py +0 -0
  57. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/permission/declarative_model/dashboard_permissions.py +0 -0
  58. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/permission/declarative_model/manage_dashboard_permissions.py +0 -0
  59. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/permission/declarative_model/permission.py +0 -0
  60. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/permission/service.py +0 -0
  61. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/rule.py +0 -0
  62. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/setting.py +0 -0
  63. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/types.py +0 -0
  64. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/__init__.py +0 -0
  65. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/declarative_model/__init__.py +0 -0
  66. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/declarative_model/user.py +0 -0
  67. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/declarative_model/user_and_user_groups.py +0 -0
  68. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/declarative_model/user_group.py +0 -0
  69. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/entity_model/__init__.py +0 -0
  70. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/entity_model/api_token.py +0 -0
  71. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/entity_model/user.py +0 -0
  72. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/entity_model/user_group.py +0 -0
  73. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/management_model/__init__.py +0 -0
  74. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/management_model/management.py +0 -0
  75. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/user/service.py +0 -0
  76. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/validate_by_item.py +0 -0
  77. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/__init__.py +0 -0
  78. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/content_service.py +0 -0
  79. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/__init__.py +0 -0
  80. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/__init__.py +0 -0
  81. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/__init__.py +0 -0
  82. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/analytics_model.py +0 -0
  83. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/base.py +0 -0
  84. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/analytics_model/export_definition.py +0 -0
  85. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/__init__.py +0 -0
  86. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/data_filter_references.py +0 -0
  87. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/__init__.py +0 -0
  88. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset/dataset.py +0 -0
  89. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/__init__.py +0 -0
  90. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/dataset_extensions/dataset_extension.py +0 -0
  91. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/__init__.py +0 -0
  92. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/date_dataset/date_dataset.py +0 -0
  93. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/logical_model/ldm.py +0 -0
  94. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/declarative_model/workspace/workspace.py +0 -0
  95. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/__init__.py +0 -0
  96. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/__init__.py +0 -0
  97. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/dataset.py +0 -0
  98. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/metric.py +0 -0
  99. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/content_objects/workspace_setting.py +0 -0
  100. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/__init__.py +0 -0
  101. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/graph_objects/graph.py +0 -0
  102. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/user_data_filter.py +0 -0
  103. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/entity_model/workspace.py +0 -0
  104. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/catalog/workspace/model_container.py +0 -0
  105. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/cli/__init__.py +0 -0
  106. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/cli/clone.py +0 -0
  107. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/cli/constants.py +0 -0
  108. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/cli/deploy.py +0 -0
  109. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/cli/gdc_core.py +0 -0
  110. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/cli/package.json +0 -0
  111. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/cli/utils.py +0 -0
  112. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/client.py +0 -0
  113. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/__init__.py +0 -0
  114. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/compute_to_sdk_converter.py +0 -0
  115. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/model/__init__.py +0 -0
  116. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/model/attribute.py +0 -0
  117. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/model/base.py +0 -0
  118. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/model/execution.py +0 -0
  119. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/model/filter.py +0 -0
  120. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/model/metric.py +0 -0
  121. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/compute/service.py +0 -0
  122. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/config.py +0 -0
  123. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/py.typed +0 -0
  124. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/sdk.py +0 -0
  125. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/support.py +0 -0
  126. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/table.py +0 -0
  127. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/type_converter.py +0 -0
  128. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/utils.py +0 -0
  129. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk/visualization.py +0 -0
  130. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk.egg-info/SOURCES.txt +0 -0
  131. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk.egg-info/dependency_links.txt +0 -0
  132. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/gooddata_sdk.egg-info/top_level.txt +0 -0
  133. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/setup.cfg +0 -0
  134. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/tests/test_client.py +0 -0
  135. {gooddata_sdk-1.29.2.dev1 → gooddata_sdk-1.29.2.dev2}/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.29.2.dev1
3
+ Version: 1.29.2.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.29.2.dev1
8
+ Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.29.2.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
@@ -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.29.2.dev1
25
+ Requires-Dist: gooddata-api-client~=1.29.2.dev2
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.29.2.dev1) for more details.
49
+ See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.29.2.dev2) 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.29.2.dev1) for more details.
16
+ See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.29.2.dev2) for more details.
17
17
 
18
18
  ## Requirements
19
19
 
@@ -65,6 +65,7 @@ from gooddata_sdk.catalog.export.request import (
65
65
  ExportCustomOverride,
66
66
  ExportRequest,
67
67
  ExportSettings,
68
+ VisualExportRequest,
68
69
  )
69
70
  from gooddata_sdk.catalog.filter_by import CatalogFilterBy
70
71
  from gooddata_sdk.catalog.identifier import (
@@ -1,17 +1,18 @@
1
1
  # (C) 2023 GoodData Corporation
2
2
  from typing import Optional
3
3
 
4
- import attr
4
+ from attrs import define
5
5
  from gooddata_api_client.model.custom_label import CustomLabel as ApiCustomLabel
6
6
  from gooddata_api_client.model.custom_metric import CustomMetric as ApiCustomMetric
7
7
  from gooddata_api_client.model.custom_override import CustomOverride as ApiCustomOverride
8
8
  from gooddata_api_client.model.settings import Settings as ApiSettings
9
9
  from gooddata_api_client.model.tabular_export_request import TabularExportRequest
10
+ from gooddata_api_client.model.visual_export_request import VisualExportRequest as VisualExportRequestApi
10
11
 
11
12
  from gooddata_sdk.catalog.base import Base
12
13
 
13
14
 
14
- @attr.s(auto_attribs=True, kw_only=True)
15
+ @define(auto_attribs=True, kw_only=True)
15
16
  class ExportCustomLabel(Base):
16
17
  title: str
17
18
 
@@ -20,7 +21,7 @@ class ExportCustomLabel(Base):
20
21
  return ApiCustomLabel
21
22
 
22
23
 
23
- @attr.s(auto_attribs=True, kw_only=True)
24
+ @define(auto_attribs=True, kw_only=True)
24
25
  class ExportCustomMetric(Base):
25
26
  title: str
26
27
  format: str
@@ -30,7 +31,7 @@ class ExportCustomMetric(Base):
30
31
  return ApiCustomMetric
31
32
 
32
33
 
33
- @attr.s(auto_attribs=True, kw_only=True)
34
+ @define(auto_attribs=True, kw_only=True)
34
35
  class ExportCustomOverride(Base):
35
36
  labels: Optional[dict[str, ExportCustomLabel]] = None
36
37
  metrics: Optional[dict[str, ExportCustomMetric]] = None
@@ -40,7 +41,7 @@ class ExportCustomOverride(Base):
40
41
  return ApiCustomOverride
41
42
 
42
43
 
43
- @attr.s(auto_attribs=True, kw_only=True)
44
+ @define(auto_attribs=True, kw_only=True)
44
45
  class ExportSettings(Base):
45
46
  merge_headers: bool
46
47
  show_filters: bool
@@ -50,7 +51,7 @@ class ExportSettings(Base):
50
51
  return ApiSettings
51
52
 
52
53
 
53
- @attr.s(auto_attribs=True, kw_only=True)
54
+ @define(auto_attribs=True, kw_only=True)
54
55
  class ExportRequest(Base):
55
56
  """
56
57
  ExportRequest class is used to create an export request in the desired format, filename, and settings.
@@ -96,3 +97,27 @@ class ExportRequest(Base):
96
97
  str: Full filename with the format extension.
97
98
  """
98
99
  return f"{self.file_name}.{self.format.lower()}"
100
+
101
+
102
+ @define(auto_attribs=True, kw_only=True)
103
+ class VisualExportRequest(Base):
104
+ """
105
+ ExportRequest class is used to create an export request in the desired format, filename, and settings.
106
+ Attributes:
107
+ dashboard_id (str): Dashboard identifier.
108
+ file_name (str): File name to be used for retrieving the PDF document.
109
+ metadata (Optional[Dict[str, bool]]): Optional dictionary containing settings for the export request.
110
+ """
111
+
112
+ dashboard_id: str
113
+ file_name: str
114
+ metadata: Optional[dict] = None
115
+
116
+ @staticmethod
117
+ def client_class() -> type[VisualExportRequestApi]:
118
+ """
119
+ Returns the appropriate client class for the visual export request.
120
+ Returns:
121
+ type[TabularExportRequest]: VisualExportRequest class
122
+ """
123
+ return VisualExportRequestApi
@@ -37,7 +37,7 @@ from gooddata_sdk.catalog.base import Base
37
37
  @define(auto_attribs=True, kw_only=True)
38
38
  class CatalogWebhook(Base):
39
39
  type: str = field(default="WEBHOOK", init=False)
40
- url: Optional[str] = None
40
+ url: str
41
41
  token: Optional[str] = field(default=None, eq=False)
42
42
  has_token: Optional[bool] = field(default=None, eq=False)
43
43
 
@@ -53,7 +53,7 @@ class CatalogDeclarativeNotificationChannel(Base):
53
53
  description: Optional[str] = None
54
54
  destination_type: Optional[str] = None
55
55
  custom_dashboard_url: Optional[str] = None
56
- enable_multiple_recipients: Optional[bool] = None
56
+ allowed_recipients: Optional[str] = None
57
57
  # destination: Optional[Union[CatalogDefaultSmtp, CatalogSmtp, CatalogWebhook]] = None
58
58
  destination: Optional[CatalogWebhook] = None
59
59
 
@@ -3,11 +3,17 @@ import builtins
3
3
  from datetime import datetime
4
4
  from typing import Any, Optional
5
5
 
6
- from attrs import define
6
+ from attrs import define, field
7
7
  from gooddata_api_client.model.automation_schedule import AutomationSchedule
8
+ from gooddata_api_client.model.automation_tabular_export import AutomationTabularExport
9
+ from gooddata_api_client.model.automation_visual_export import AutomationVisualExport
8
10
  from gooddata_api_client.model.declarative_automation import DeclarativeAutomation
9
11
 
10
12
  from gooddata_sdk.catalog.base import Base
13
+ from gooddata_sdk.catalog.export.request import (
14
+ ExportRequest,
15
+ VisualExportRequest,
16
+ )
11
17
  from gooddata_sdk.catalog.identifier import (
12
18
  CatalogExportDefinitionIdentifier,
13
19
  CatalogNotificationChannelIdentifier,
@@ -19,15 +25,33 @@ from gooddata_sdk.catalog.workspace.declarative_model.workspace.analytics_model.
19
25
  @define(auto_attribs=True, kw_only=True)
20
26
  class CatalogAutomationSchedule(Base):
21
27
  cron: str
22
- cron_description: Optional[str] = None
28
+ cron_description: Optional[str] = field(default=None, eq=False)
23
29
  first_run: Optional[datetime] = None
24
- timezone: Optional[str] = None
30
+ timezone: Optional[str] = "UTC"
25
31
 
26
32
  @staticmethod
27
33
  def client_class() -> builtins.type[AutomationSchedule]:
28
34
  return AutomationSchedule
29
35
 
30
36
 
37
+ @define(auto_attribs=True, kw_only=True)
38
+ class CatalogAutomationTabularExport(Base):
39
+ request_payload: ExportRequest
40
+
41
+ @staticmethod
42
+ def client_class() -> builtins.type[AutomationTabularExport]:
43
+ return AutomationTabularExport
44
+
45
+
46
+ @define(auto_attribs=True, kw_only=True)
47
+ class CatalogAutomationVisualExport(Base):
48
+ request_payload: VisualExportRequest
49
+
50
+ @staticmethod
51
+ def client_class() -> builtins.type[AutomationVisualExport]:
52
+ return AutomationVisualExport
53
+
54
+
31
55
  @define(auto_attribs=True, kw_only=True)
32
56
  class CatalogDeclarativeAutomation(CatalogAnalyticsBaseMeta):
33
57
  description: Optional[str] = None
@@ -36,10 +60,12 @@ class CatalogDeclarativeAutomation(CatalogAnalyticsBaseMeta):
36
60
  tags: Optional[list[str]] = None
37
61
  title: Optional[str] = None
38
62
  recipients: Optional[list[CatalogUserIdentifier]] = None
39
- metadata: Optional[dict[str, Any]] = None
63
+ metadata: Optional[dict] = None
40
64
  export_definitions: Optional[CatalogExportDefinitionIdentifier] = None
41
65
  notification_channel: Optional[CatalogNotificationChannelIdentifier] = None
42
66
  schedule: Optional[CatalogAutomationSchedule] = None
67
+ tabular_exports: Optional[CatalogAutomationTabularExport] = None
68
+ visual_exports: Optional[CatalogAutomationVisualExport] = None
43
69
 
44
70
  @staticmethod
45
71
  def client_class() -> builtins.type[DeclarativeAutomation]:
@@ -1246,7 +1246,7 @@ class CatalogWorkspaceService(CatalogServiceBase):
1246
1246
  List of declarative automations.
1247
1247
  """
1248
1248
  return [
1249
- CatalogDeclarativeAutomation.from_api(automation)
1249
+ CatalogDeclarativeAutomation.from_dict(automation.to_dict())
1250
1250
  for automation in self._layout_api.get_automations(workspace_id)
1251
1251
  ]
1252
1252
 
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gooddata-sdk
3
- Version: 1.29.2.dev1
3
+ Version: 1.29.2.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.29.2.dev1
8
+ Project-URL: Documentation, https://www.gooddata.com/docs/python-sdk/1.29.2.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
@@ -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.29.2.dev1
25
+ Requires-Dist: gooddata-api-client~=1.29.2.dev2
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.29.2.dev1) for more details.
49
+ See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.29.2.dev2) for more details.
50
50
 
51
51
  ## Requirements
52
52
 
@@ -1,4 +1,4 @@
1
- gooddata-api-client~=1.29.2.dev1
1
+ gooddata-api-client~=1.29.2.dev2
2
2
  python-dateutil>=2.5.3
3
3
  pyyaml>=5.1
4
4
  attrs<=24.2.0,>=21.4.0
@@ -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.29.2.dev1",
10
+ "gooddata-api-client~=1.29.2.dev2",
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.29.2.dev1",
25
+ version="1.29.2.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.29.2.dev1",
39
+ "Documentation": "https://www.gooddata.com/docs/python-sdk/1.29.2.dev2",
40
40
  "Source": "https://github.com/gooddata/gooddata-python-sdk",
41
41
  },
42
42
  classifiers=[