convexity-sdk 0.17.0.dev313__tar.gz → 0.17.0.dev317__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.
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/.gitignore +1 -1
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/PKG-INFO +1 -1
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/olap.py +68 -17
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/pyproject.toml +1 -1
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/README.md +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/__init__.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/client.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/config.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/exceptions.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/http.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/models/__init__.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/__init__.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/address_book.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/analytics.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/api_keys.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/attributes.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/categories.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/classification.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/connections.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/cost_lists.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/crm.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/dashboards.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/datasets.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/email.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/environments.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/erp_config.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/inventory.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/issues.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/organizations.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/pricing.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/projects.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/purchasing.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/rbac.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/replenishment.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/runs.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/sales.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/sales_channels.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/tasks.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/templates.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/usage.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/warehouses.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/worker_tasks.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/workspace.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/.env.example +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/README.md +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/cancel_refresh_task.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/compare_api_key_scopes.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_csv_datasets.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_dashboards.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_databricks_connections.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_datasets.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_forecast_task.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_org_and_project.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_single_project_api_key.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/crm/001_check_crm_enabled.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/crm/002_enable_crm.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/crm/003_manage_customers.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/crm/004_disable_crm.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/getting_started.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/001_check_inventory_enabled.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/002_enable_inventory.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/003_manage_inventory_items.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/004_manage_inventory_stock.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/005_disable_inventory.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/006_manage_categories.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/007_manage_inventory_config.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/inventory/008_manage_cost_lists.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/list_orgs_and_projects.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/manage_environments.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/manage_issues.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/project_usage.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/purchasing/001_check_purchasing_enabled.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/purchasing/002_enable_purchasing.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/purchasing/003_manage_vendors.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/purchasing/004_manage_purchase_orders.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/purchasing/005_disable_purchasing.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/query_olap.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/quickbook/001_check_quickbook_connection.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/quickbook/002_create_quickbook_datasets.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/rbac/001_manage_roles.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/rbac/002_manage_assignments.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/rbac/003_verify_rbac_access.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/001_check_sales_enabled.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/002_enable_sales.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/003_manage_sales_invoices.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/004_manage_sales_invoice_lifecycle.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/005_manage_sales_orders.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/006_disable_sales.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/share_dashboard.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/shopify/001_check_shopify_connection.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/shopify/002_create_shopify_datasets.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/uci/001_setup.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/uci/002_seed_inventory_from_uci.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/uci/003_seed_sales_from_uci.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/uci/004_seed_purchasing_from_uci.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/uci/005_run_pipelines.py +0 -0
- {convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/workspace_files.py +0 -0
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
from dataclasses import dataclass, field
|
|
6
|
+
import json
|
|
7
|
+
from typing import Any
|
|
8
|
+
|
|
5
9
|
from convexity_api_client import AuthenticatedClient, Client
|
|
6
10
|
from convexity_api_client.api.v1 import (
|
|
7
11
|
get_olap_connection_v1_olap_connection_get as _get_olap_connection,
|
|
@@ -12,21 +16,48 @@ from convexity_api_client.api.v1 import (
|
|
|
12
16
|
from convexity_api_client.api.v1 import (
|
|
13
17
|
list_olap_tables_v1_olap_tables_get as _list_olap_tables,
|
|
14
18
|
)
|
|
15
|
-
from convexity_api_client.api.v1 import (
|
|
16
|
-
run_olap_query_v1_olap_query_post as _run_olap_query,
|
|
17
|
-
)
|
|
18
19
|
from convexity_api_client.api.v1 import (
|
|
19
20
|
vacuum_olap_v1_olap_vacuum_post as _vacuum_olap,
|
|
20
21
|
)
|
|
21
22
|
from convexity_api_client.models.olap_connection_response import OlapConnectionResponse
|
|
22
|
-
from convexity_api_client.models.olap_query_request import OlapQueryRequest
|
|
23
|
-
from convexity_api_client.models.olap_query_request_params import OlapQueryRequestParams
|
|
24
|
-
from convexity_api_client.models.olap_query_response import OlapQueryResponse
|
|
25
23
|
from convexity_api_client.models.olap_table import OlapTable
|
|
26
24
|
from convexity_api_client.models.olap_table_list import OlapTableList
|
|
27
25
|
from convexity_api_client.models.olap_table_schema import OlapTableSchema
|
|
28
26
|
from convexity_api_client.models.olap_vacuum_response import OlapVacuumResponse
|
|
29
|
-
from convexity_api_client.types import
|
|
27
|
+
from convexity_api_client.types import Unset
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
@dataclass
|
|
31
|
+
class OlapQueryColumn:
|
|
32
|
+
"""A column in an OLAP query result."""
|
|
33
|
+
|
|
34
|
+
name: str
|
|
35
|
+
type_: str | None = None
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
@dataclass
|
|
39
|
+
class OlapQueryRow:
|
|
40
|
+
"""A single OLAP query result row (column name -> value)."""
|
|
41
|
+
|
|
42
|
+
additional_properties: dict[str, Any] = field(default_factory=dict)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
@dataclass
|
|
46
|
+
class OlapQueryResult:
|
|
47
|
+
"""Result of a server-side OLAP query.
|
|
48
|
+
|
|
49
|
+
Defined locally in the SDK because the ``/olap/query`` endpoint is
|
|
50
|
+
intentionally excluded from the generated client contract — reading the
|
|
51
|
+
Iceberg tables directly with the vended S3 credentials is the recommended
|
|
52
|
+
path. This convenience wrapper posts to the endpoint and parses the JSON
|
|
53
|
+
response into a stable shape.
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
columns: list[OlapQueryColumn] = field(default_factory=list)
|
|
57
|
+
rows: list[OlapQueryRow] = field(default_factory=list)
|
|
58
|
+
row_count: int = 0
|
|
59
|
+
truncated: bool = False
|
|
60
|
+
elapsed_ms: int = 0
|
|
30
61
|
|
|
31
62
|
|
|
32
63
|
class Olap:
|
|
@@ -72,17 +103,37 @@ class Olap:
|
|
|
72
103
|
*,
|
|
73
104
|
params: dict[str, object] | None = None,
|
|
74
105
|
max_rows: int = 10000,
|
|
75
|
-
) ->
|
|
76
|
-
"""Run a read-only (SELECT/WITH) query against the project's Iceberg tables.
|
|
77
|
-
|
|
106
|
+
) -> OlapQueryResult:
|
|
107
|
+
"""Run a read-only (SELECT/WITH) query against the project's Iceberg tables.
|
|
108
|
+
|
|
109
|
+
Prefer reading the tables directly with the vended S3 credentials
|
|
110
|
+
(``get_connection`` + ``list_tables_detailed`` + a local Iceberg engine
|
|
111
|
+
such as DuckDB). This server-side query endpoint is a convenience
|
|
112
|
+
fallback and is intentionally excluded from the generated client
|
|
113
|
+
contract, so the request/response are handled here directly.
|
|
114
|
+
"""
|
|
115
|
+
body: dict[str, Any] = {"sql": sql, "maxRows": max_rows}
|
|
78
116
|
if params is not None:
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
117
|
+
body["params"] = dict(params)
|
|
118
|
+
raw_body = json.dumps(body).encode("utf-8")
|
|
119
|
+
response = self._client.get_httpx_client().post(
|
|
120
|
+
"/v1/olap/query",
|
|
121
|
+
params={"projectId": project_id},
|
|
122
|
+
content=raw_body,
|
|
123
|
+
headers={"Content-Type": "application/json"},
|
|
124
|
+
)
|
|
125
|
+
if response.status_code != 200:
|
|
126
|
+
raise ValueError(f"OLAP query failed ({response.status_code}): {response.text}")
|
|
127
|
+
data = response.json()
|
|
128
|
+
columns = [OlapQueryColumn(name=col.get("name", ""), type_=col.get("type")) for col in data.get("columns", [])]
|
|
129
|
+
rows = [OlapQueryRow(additional_properties=dict(row)) for row in data.get("rows", [])]
|
|
130
|
+
return OlapQueryResult(
|
|
131
|
+
columns=columns,
|
|
132
|
+
rows=rows,
|
|
133
|
+
row_count=int(data.get("rowCount", len(rows))),
|
|
134
|
+
truncated=bool(data.get("truncated", False)),
|
|
135
|
+
elapsed_ms=int(data.get("elapsedMs", 0)),
|
|
136
|
+
)
|
|
86
137
|
|
|
87
138
|
def vacuum(self, project_id: str) -> OlapVacuumResponse:
|
|
88
139
|
"""Drop orphaned Iceberg tables from the project's OLAP namespace.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/models/__init__.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/__init__.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/address_book.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/analytics.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/api_keys.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/attributes.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/categories.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/connections.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/cost_lists.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/dashboards.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/datasets.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/email.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/environments.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/erp_config.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/inventory.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/issues.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/organizations.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/pricing.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/projects.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/purchasing.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/replenishment.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/sales.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/tasks.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/templates.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/usage.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/warehouses.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/worker_tasks.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/convexity_sdk/resources/workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/compare_api_key_scopes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_databricks_connections.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_org_and_project.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/create_single_project_api_key.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/crm/001_check_crm_enabled.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/crm/003_manage_customers.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
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/list_orgs_and_projects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/purchasing/003_manage_vendors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/rbac/001_manage_roles.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/rbac/002_manage_assignments.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/rbac/003_verify_rbac_access.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/001_check_sales_enabled.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/002_enable_sales.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/005_manage_sales_orders.py
RENAMED
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/sales/006_disable_sales.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/uci/003_seed_sales_from_uci.py
RENAMED
|
File without changes
|
|
File without changes
|
{convexity_sdk-0.17.0.dev313 → convexity_sdk-0.17.0.dev317}/samples/uci/005_run_pipelines.py
RENAMED
|
File without changes
|
|
File without changes
|