dataiku-api-client 14.4.0__tar.gz → 14.4.1__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 (124) hide show
  1. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/HISTORY.txt +5 -0
  2. {dataiku_api_client-14.4.0/dataiku_api_client.egg-info → dataiku_api_client-14.4.1}/PKG-INFO +7 -2
  3. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1/dataiku_api_client.egg-info}/PKG-INFO +7 -2
  4. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/recipe.py +99 -31
  5. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/setup.py +1 -1
  6. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/LICENSE.txt +0 -0
  7. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/MANIFEST.in +0 -0
  8. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/README +0 -0
  9. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataiku_api_client.egg-info/SOURCES.txt +0 -0
  10. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataiku_api_client.egg-info/dependency_links.txt +0 -0
  11. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataiku_api_client.egg-info/requires.txt +0 -0
  12. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataiku_api_client.egg-info/top_level.txt +0 -0
  13. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/__init__.py +0 -0
  14. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/apinode_admin/__init__.py +0 -0
  15. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/apinode_admin/auth.py +0 -0
  16. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/apinode_admin/service.py +0 -0
  17. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/apinode_admin_client.py +0 -0
  18. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/apinode_client.py +0 -0
  19. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/auth.py +0 -0
  20. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/base_client.py +0 -0
  21. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/__init__.py +0 -0
  22. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/admin.py +0 -0
  23. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/agent.py +0 -0
  24. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/agent_review.py +0 -0
  25. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/agent_tool.py +0 -0
  26. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/analysis.py +0 -0
  27. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/apideployer.py +0 -0
  28. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/apiservice.py +0 -0
  29. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/app.py +0 -0
  30. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/businessapp.py +0 -0
  31. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/codestudio.py +0 -0
  32. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/continuousactivity.py +0 -0
  33. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/dashboard.py +0 -0
  34. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/data_collection.py +0 -0
  35. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/data_directories_footprint.py +0 -0
  36. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/data_quality.py +0 -0
  37. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/dataset.py +0 -0
  38. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/discussion.py +0 -0
  39. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/document_extractor.py +0 -0
  40. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/drift.py +0 -0
  41. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/enterprise_asset_library.py +0 -0
  42. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/evaluationcomparison.py +0 -0
  43. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/evaluationstore.py +0 -0
  44. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/feature_store.py +0 -0
  45. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/flow.py +0 -0
  46. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/future.py +0 -0
  47. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/insight.py +0 -0
  48. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/job.py +0 -0
  49. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/jupyternotebook.py +0 -0
  50. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/knowledgebank.py +0 -0
  51. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/labeling_task.py +0 -0
  52. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/langchain/__init__.py +0 -0
  53. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/langchain/embeddings.py +0 -0
  54. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/langchain/knowledge_bank.py +0 -0
  55. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/langchain/llm.py +0 -0
  56. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/langchain/tool.py +0 -0
  57. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/langchain/utils.py +0 -0
  58. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/llm.py +0 -0
  59. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/llm_tracing/__init__.py +0 -0
  60. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/macro.py +0 -0
  61. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/managedfolder.py +0 -0
  62. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/meaning.py +0 -0
  63. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/messaging_channel.py +0 -0
  64. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/metrics.py +0 -0
  65. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/ml.py +0 -0
  66. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/mlflow.py +0 -0
  67. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/modelcomparison.py +0 -0
  68. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/modelevaluationstore.py +0 -0
  69. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/notebook.py +0 -0
  70. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/plugin.py +0 -0
  71. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/project.py +0 -0
  72. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/project_standards.py +0 -0
  73. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/projectdeployer.py +0 -0
  74. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/projectfolder.py +0 -0
  75. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/projectlibrary.py +0 -0
  76. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/retrieval_augmented_llm.py +0 -0
  77. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/savedmodel.py +0 -0
  78. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/scenario.py +0 -0
  79. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/semantic_model.py +0 -0
  80. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/sqlnotebook.py +0 -0
  81. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/sqlquery.py +0 -0
  82. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/statistics.py +0 -0
  83. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/streaming_endpoint.py +0 -0
  84. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/tools/__init__.py +0 -0
  85. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/tools/codegen.py +0 -0
  86. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/tools/langchain.py +0 -0
  87. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/unifiedmonitoring.py +0 -0
  88. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/utils.py +0 -0
  89. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/webapp.py +0 -0
  90. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/wiki.py +0 -0
  91. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss/workspace.py +0 -0
  92. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss_plugin_mlflow/__init__.py +0 -0
  93. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss_plugin_mlflow/artifact_repository.py +0 -0
  94. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss_plugin_mlflow/header_provider.py +0 -0
  95. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dss_plugin_mlflow/utils.py +0 -0
  96. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/dssclient.py +0 -0
  97. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/__init__.py +0 -0
  98. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/cloudaccounts.py +0 -0
  99. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/future.py +0 -0
  100. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/instances.py +0 -0
  101. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/instancesettingstemplates.py +0 -0
  102. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/loadbalancers.py +0 -0
  103. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/tenant.py +0 -0
  104. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fm/virtualnetworks.py +0 -0
  105. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/fmclient.py +0 -0
  106. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/__init__.py +0 -0
  107. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/admin.py +0 -0
  108. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/admin_blueprint_designer.py +0 -0
  109. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/admin_custom_pages_handler.py +0 -0
  110. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/admin_roles_permissions_handler.py +0 -0
  111. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/artifact.py +0 -0
  112. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/artifact_search.py +0 -0
  113. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/blueprint.py +0 -0
  114. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/custom_page.py +0 -0
  115. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/future.py +0 -0
  116. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/time_series.py +0 -0
  117. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/uploaded_file.py +0 -0
  118. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern/users_container.py +0 -0
  119. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/govern_client.py +0 -0
  120. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/iam/__init__.py +0 -0
  121. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/iam/settings.py +0 -0
  122. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/dataikuapi/utils.py +0 -0
  123. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/requirements.txt +0 -0
  124. {dataiku_api_client-14.4.0 → dataiku_api_client-14.4.1}/setup.cfg +0 -0
@@ -2,6 +2,11 @@ Changelog
2
2
  ==========
3
3
 
4
4
 
5
+ 14.4.1 (2026-02-23)
6
+ -------------------
7
+
8
+ * Initial release for DSS 14.4.1
9
+
5
10
  14.4.0 (2026-02-09)
6
11
  -------------------
7
12
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataiku-api-client
3
- Version: 14.4.0
3
+ Version: 14.4.1
4
4
  Summary: Python API client for Dataiku APIs
5
5
  Home-page: https://www.dataiku.com
6
- Download-URL: https://github.com/dataiku/dataiku-api-client-python/tarball/14.4.0
6
+ Download-URL: https://github.com/dataiku/dataiku-api-client-python/tarball/14.4.1
7
7
  Author: Dataiku
8
8
  Author-email: support@dataiku.com
9
9
  License: Apache Software License
@@ -36,6 +36,11 @@ Changelog
36
36
  ==========
37
37
 
38
38
 
39
+ 14.4.1 (2026-02-23)
40
+ -------------------
41
+
42
+ * Initial release for DSS 14.4.1
43
+
39
44
  14.4.0 (2026-02-09)
40
45
  -------------------
41
46
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataiku-api-client
3
- Version: 14.4.0
3
+ Version: 14.4.1
4
4
  Summary: Python API client for Dataiku APIs
5
5
  Home-page: https://www.dataiku.com
6
- Download-URL: https://github.com/dataiku/dataiku-api-client-python/tarball/14.4.0
6
+ Download-URL: https://github.com/dataiku/dataiku-api-client-python/tarball/14.4.1
7
7
  Author: Dataiku
8
8
  Author-email: support@dataiku.com
9
9
  License: Apache Software License
@@ -36,6 +36,11 @@ Changelog
36
36
  ==========
37
37
 
38
38
 
39
+ 14.4.1 (2026-02-23)
40
+ -------------------
41
+
42
+ * Initial release for DSS 14.4.1
43
+
39
44
  14.4.0 (2026-02-09)
40
45
  -------------------
41
46
 
@@ -2174,19 +2174,23 @@ class SplitRecipeSettings(DSSRecipeSettings):
2174
2174
  In this mode, records are mapped to a given output dataset based on the value of the column column_name
2175
2175
 
2176
2176
  :param str column_name: name of the column used as reference to split records
2177
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2178
- each split is a dict with the following keys :
2179
- * **output** : dict that dictates the behavior of this split with the following values :
2177
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2178
+ Each split is a dict with the following keys :
2179
+
2180
+ * **output** : dict that dictates the behavior of this split with the following values :
2181
+
2180
2182
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2183
+
2181
2184
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2182
2185
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2183
2186
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2187
+
2184
2188
  * **value** : bool|str|None depending on the value of **mode**
2189
+
2185
2190
  * **value** : condition to map the record to the given output dataset, which is if the record's **column_name** value is the same as **value**
2186
2191
  :param integer default_output_index: All remaining rows that are put in the Dataset corresponding to the default_output_index. If both default_output_index and default_output are unset, the data is dropped.
2187
2192
  :param str default_output: All remaining rows that are put in the Dataset whose name corresponds to the default_output. If set but no dataset name matches, raises an Exception. If both default_output_index and default_output are unset, the data is dropped.
2188
2193
  """
2189
-
2190
2194
  dataset = self.project.get_dataset(self.get_flat_input_refs()[0])
2191
2195
  schema_column = next((item for item in dataset.get_schema()['columns'] if item.get("name") == column_name), None)
2192
2196
  if schema_column is None:
@@ -2207,20 +2211,29 @@ class SplitRecipeSettings(DSSRecipeSettings):
2207
2211
 
2208
2212
  :param str column_name: name of the column used as reference to split records
2209
2213
  :param str column_type: type of the column used as reference to split records, can only be date, datetime or num
2210
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2211
- each split is a dict with the following keys :
2212
- * **output** : dict that dictates the behavior of this split with the following values :
2214
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2215
+ Each split is a dict with the following keys :
2216
+
2217
+ * **output** : dict that dictates the behavior of this split with the following values :
2218
+
2213
2219
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2220
+
2214
2221
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2215
2222
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2216
2223
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2224
+
2217
2225
  * **value** : bool|str|None depending on the value of **mode**
2226
+
2218
2227
  * **min** : lower bound of the range split, can be a number, a date, a datetime or a string with format %Y-%m-%d %H:%M or %Y-%m-%d, and must correspond to the type set in column_type
2219
2228
  * **max** : upper bound of the range split, can be a number, a date, a datetime or a string with format %Y-%m-%d %H:%M or %Y-%m-%d, and must correspond to the type set in column_type
2220
2229
  * **include_min** (optional) : if true, the lower bound value is included in the range split, true by default
2221
2230
  * **include_max** (optional) : if true, the upper bound value is included in the range split, true by default
2222
- :param integer default_output_index: All remaining rows that are put in the Dataset corresponding to the default_output_index. If both default_output_index and default_output are unset, the data is dropped.
2223
- :param str default_output: All remaining rows that are put in the Dataset whose name corresponds to the default_output. If set but no dataset name matches, raises an Exception. If both default_output_index and default_output are unset, the data is dropped.
2231
+
2232
+ :param integer default_output_index: All remaining rows that are put in the Dataset
2233
+ corresponding to the default_output_index. If both default_output_index and default_output are unset, the data is dropped.
2234
+
2235
+ :param str default_output: All remaining rows that are put in the Dataset whose name corresponds to the default_output.
2236
+ If set but no dataset name matches, raises an Exception. If both default_output_index and default_output are unset, the data is dropped.
2224
2237
  """
2225
2238
  self.obj_payload["mode"] = "RANGE"
2226
2239
  self.obj_payload["column"] = column_name
@@ -2234,15 +2247,22 @@ class SplitRecipeSettings(DSSRecipeSettings):
2234
2247
 
2235
2248
  In this mode, records are mapped randomly to a given output dataset based on a ratio of data to be dispatched
2236
2249
 
2237
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2238
- each split is a dict with the following keys :
2239
- * **output** : dict that dictates the behavior of this split with the following values :
2250
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2251
+
2252
+ Each split is a dict with the following keys :
2253
+
2254
+ * **output** : dict that dictates the behavior of this split with the following values :
2255
+
2240
2256
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2257
+
2241
2258
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2242
2259
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2243
2260
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2261
+
2244
2262
  * **value** : bool|str|None depending on the value of **mode**
2263
+
2245
2264
  * **share** : float between 0 and 100 that describes the ratio of records to be mapped to this dataset
2265
+
2246
2266
  :param integer seed: Seed used to initialize the random number generator.
2247
2267
  :param integer default_output_index: All remaining rows that are put in the Dataset corresponding to the default_output_index. If both default_output_index and default_output are unset, the data is dropped.
2248
2268
  :param str default_output: All remaining rows that are put in the Dataset whose name corresponds to the default_output. If set but no dataset name matches, raises an Exception. If both default_output_index and default_output are unset, the data is dropped.
@@ -2263,15 +2283,21 @@ class SplitRecipeSettings(DSSRecipeSettings):
2263
2283
  Grouping keys must take sufficiently diverse values, otherwise the split cannot be fair.
2264
2284
 
2265
2285
  :param list random_columns: list of string corresponding to the list of input columns to group on.
2266
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2267
- each split is a dict with the following keys :
2268
- * **output** : dict that dictates the behavior of this split with the following values :
2286
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2287
+ Each split is a dict with the following keys :
2288
+
2289
+ * **output** : dict that dictates the behavior of this split with the following values :
2290
+
2269
2291
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2292
+
2270
2293
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2271
2294
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2272
2295
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2296
+
2273
2297
  * **value** : bool|str|None depending on the value of **mode**
2298
+
2274
2299
  * **share** : float between 0 and 100 that describes the ratio of records to be mapped to this dataset
2300
+
2275
2301
  :param integer seed: Seed used to initialize the random number generator.
2276
2302
  :param integer default_output_index: All remaining rows that are put in the Dataset corresponding to the default_output_index. If both default_output_index and default_output are unset, the data is dropped.
2277
2303
  :param str default_output: All remaining rows that are put in the Dataset whose name corresponds to the default_output. If set but no dataset name matches, raises an Exception. If both default_output_index and default_output are unset, the data is dropped.
@@ -2290,15 +2316,21 @@ class SplitRecipeSettings(DSSRecipeSettings):
2290
2316
 
2291
2317
  Use the methods on :class:`dataikuapi.dss.utils.DSSFilter` to build filter definition.
2292
2318
 
2293
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2294
- each split is a dict with the following keys :
2295
- * **output** : dict that dictates the behavior of this split with the following values :
2319
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2320
+ Each split is a dict with the following keys :
2321
+
2322
+ * **output** : dict that dictates the behavior of this split with the following values :
2323
+
2296
2324
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2325
+
2297
2326
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2298
2327
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2299
2328
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2329
+
2300
2330
  * **value** : bool|str|None depending on the value of **mode**
2331
+
2301
2332
  * **filter** : DSSFilter filter object to be constructed from the static methods in the helper class dataikuapi.dss.utils.DSSFilter
2333
+
2302
2334
  :param integer default_output_index: All remaining rows that are put in the Dataset corresponding to the default_output_index. If both default_output_index and default_output are unset, the data is dropped.
2303
2335
  :param str default_output: All remaining rows that are put in the Dataset whose name corresponds to the default_output. If set but no dataset name matches, raises an Exception. If both default_output_index and default_output are unset, the data is dropped.
2304
2336
  """
@@ -2312,19 +2344,28 @@ class SplitRecipeSettings(DSSRecipeSettings):
2312
2344
 
2313
2345
  In this mode, records are ordered based on the column name and order listed in centile_orders, then mapped to a given output dataset based on a ratio of data to be dispatched
2314
2346
 
2315
- :param list centile_orders: list of columns data are ordered by before being dispatched to output datasets
2316
- each centile_order is a dict with the following keys :
2347
+ :param list centile_orders: list of columns data are ordered by before being dispatched to output datasets.
2348
+
2349
+ Each centile_order is a dict with the following keys :
2350
+
2317
2351
  * **column** : name of the column used as reference to order records
2318
2352
  * **desc** : if true, the data is ordered in descending order, otherwise in ascending order
2319
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2320
- each split is a dict with the following keys :
2321
- * **output** : dict that dictates the behavior of this split with the following values :
2353
+
2354
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2355
+ Each split is a dict with the following keys :
2356
+
2357
+ * **output** : dict that dictates the behavior of this split with the following values :
2358
+
2322
2359
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2360
+
2323
2361
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2324
2362
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2325
2363
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2364
+
2326
2365
  * **value** : bool|str|None depending on the value of **mode**
2366
+
2327
2367
  * **share** : float between 0 and 100 that describes the ratio of records to be mapped to this dataset
2368
+
2328
2369
  :param integer default_output_index: All remaining rows that are put in the Dataset corresponding to the default_output_index. If set to None, the data is dropped.
2329
2370
  :param str default_output: All remaining rows that are put in the Dataset whose name corresponds to the default_output. If set but no dataset name matches, raises an Exception. If both default_output_index and default_output are unset, the data is dropped.
2330
2371
  """
@@ -2347,11 +2388,15 @@ class SplitRecipeSettings(DSSRecipeSettings):
2347
2388
  Helper method to get the index for a split from its mode and value
2348
2389
 
2349
2390
  * **output** : dict that dictates the behavior of this split with the following values :
2391
+
2350
2392
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2393
+
2351
2394
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2352
2395
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2353
2396
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2397
+
2354
2398
  * **value** : bool|str|None depending on the value of **mode**
2399
+
2355
2400
  :param list available_outputs: list of all the available output datasets of the recipe.
2356
2401
  :return: The index of the output dataset.
2357
2402
  :rtype: int
@@ -2410,15 +2455,21 @@ class SplitRecipeSettings(DSSRecipeSettings):
2410
2455
  """
2411
2456
  Helper method to format input splits as used by the recipe
2412
2457
 
2413
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2414
- each split is a dict with the following keys :
2458
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2459
+ Each split is a dict with the following keys :
2460
+
2415
2461
  * **output** : dict that dictates the behavior of this split with the following values :
2462
+
2416
2463
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2464
+
2417
2465
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2418
2466
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2419
2467
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2468
+
2420
2469
  * **value** : bool|str|None depending on the value of **mode**
2470
+
2421
2471
  * [**keys**] : list of keys in the dict corresponding to conditions for the split to be satisfied, depending on the mode of split recipe used.
2472
+
2422
2473
  :param list keys: list of dict keys to be copied in the newly created splits
2423
2474
  :return: The formatted splits.
2424
2475
  :rtype: list
@@ -2442,14 +2493,19 @@ class SplitRecipeSettings(DSSRecipeSettings):
2442
2493
  Splits that did not exist are dropped
2443
2494
 
2444
2495
  :param str column_type: type of the column the data is formatted to
2445
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2446
- each split is a dict with the following keys :
2496
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2497
+ Each split is a dict with the following keys :
2498
+
2447
2499
  * **output** : dict that dictates the behavior of this split with the following values :
2500
+
2448
2501
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2502
+
2449
2503
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2450
2504
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2451
2505
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2506
+
2452
2507
  * **value** : bool|str|None depending on the value of **mode**
2508
+
2453
2509
  :return: The formatted splits.
2454
2510
  :rtype: list
2455
2511
  """
@@ -2504,18 +2560,24 @@ class SplitRecipeSettings(DSSRecipeSettings):
2504
2560
 
2505
2561
  :param str column_type: type of the column used as reference to split records, can only be date, datetime or num
2506
2562
  :param str column_name: name of the column used as reference to split records
2507
- :param list splits: list of datasets data are mapped to when conditions are fulfilled
2508
- each split is a dict with the following keys :
2509
- * **output** : dict that dictates the behavior of this split with the following values :
2563
+ :param list splits: list of datasets data are mapped to when conditions are fulfilled.
2564
+ Each split is a dict with the following keys :
2565
+
2566
+ * **output** : dict that dictates the behavior of this split with the following values :
2567
+
2510
2568
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2569
+
2511
2570
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2512
2571
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2513
2572
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2573
+
2514
2574
  * **value** : bool|str|None depending on the value of **mode**
2575
+
2515
2576
  * **min** : lower bound of the range split, can be a number, a date, a datetime or a string with format %Y-%m-%d %H:%M or %Y-%m-%d, and must correspond to the type set in column_type
2516
2577
  * **max** : upper bound of the range split, can be a number, a date, a datetime or a string with format %Y-%m-%d %H:%M or %Y-%m-%d, and must correspond to the type set in column_type
2517
2578
  * **include_min** (optional) : if true, the lower bound value is included in the range split, true by default
2518
2579
  * **include_max** (optional) : if true, the upper bound value is included in the range split, true by default
2580
+
2519
2581
  :return: The formatted splits.
2520
2582
  :rtype: list
2521
2583
  """
@@ -2555,16 +2617,22 @@ class SplitRecipeSettings(DSSRecipeSettings):
2555
2617
  :param str column_type: type of the column used as reference to split records, can only be date, datetime or num
2556
2618
  :param str column_name: name of the column used as reference to split records
2557
2619
  :param dict split: dict with the following keys :
2558
- * **output** : dict that dictates the behavior of this split with the following values :
2620
+
2621
+ * **output** : dict that dictates the behavior of this split with the following values :
2622
+
2559
2623
  * **mode** : str that can only be equal to 'drop', 'dataset' or 'index'.
2624
+
2560
2625
  * if set to 'drop', all the data that matches the conditions of this split are dropped
2561
2626
  * if set to 'dataset', all the data that matches the conditions of this split are sent to the dataset with the name of **value**
2562
2627
  * if set to 'index', all the data that matches the conditions of this split are dispatched to the dataset at the index of **value**
2628
+
2563
2629
  * **value** : bool|str|None depending on the value of **mode**
2630
+
2564
2631
  * **min** : lower bound of the range split, can be a number, a date, a datetime or a string with format %Y-%m-%d %H:%M or %Y-%m-%d, and must correspond to the type set in column_type
2565
2632
  * **max** : upper bound of the range split, can be a number, a date, a datetime or a string with format %Y-%m-%d %H:%M or %Y-%m-%d, and must correspond to the type set in column_type
2566
2633
  * **include_min** (optional) : if true, the lower bound value is included in the range split, true by default
2567
2634
  * **include_max** (optional) : if true, the upper bound value is included in the range split, true by default
2635
+
2568
2636
  :return: An individual filter or None.
2569
2637
  :rtype: DSSFilter or None
2570
2638
  """
@@ -2,7 +2,7 @@
2
2
 
3
3
  from setuptools import setup
4
4
 
5
- VERSION = "14.4.0"
5
+ VERSION = "14.4.1"
6
6
 
7
7
  long_description = (open('README').read() + '\n\n' +
8
8
  open('HISTORY.txt').read())