shaped 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl
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.
- shaped/cli/shaped_cli.py +2 -2
- {shaped-1.0.1.dist-info → shaped-1.0.2.dist-info}/METADATA +12 -2
- {shaped-1.0.1.dist-info → shaped-1.0.2.dist-info}/RECORD +7 -7
- {shaped-1.0.1.dist-info → shaped-1.0.2.dist-info}/WHEEL +1 -1
- {shaped-1.0.1.dist-info → shaped-1.0.2.dist-info}/entry_points.txt +0 -0
- {shaped-1.0.1.dist-info → shaped-1.0.2.dist-info}/top_level.txt +0 -0
- {shaped-1.0.1.dist-info → shaped-1.0.2.dist-info}/zip-safe +0 -0
shaped/cli/shaped_cli.py
CHANGED
|
@@ -260,9 +260,9 @@ def create_dataset_from_uri(
|
|
|
260
260
|
|
|
261
261
|
chunk_column_definitions = {col: "String" for col in chunk_columns}
|
|
262
262
|
dataset_definition = {
|
|
263
|
-
"
|
|
263
|
+
"name": name,
|
|
264
264
|
"schema_type": "CUSTOM",
|
|
265
|
-
"
|
|
265
|
+
"column_schema": chunk_column_definitions,
|
|
266
266
|
}
|
|
267
267
|
dataset_created = _create_dataset_from_payload(json.dumps(dataset_definition))
|
|
268
268
|
if dataset_created:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: shaped
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: CLI and SDK tools for interacting with the Shaped API.
|
|
5
5
|
Home-page: https://github.com/shaped-ai/shaped-cli
|
|
6
6
|
Author: Shaped Team
|
|
@@ -28,6 +28,16 @@ Requires-Dist: python-dateutil
|
|
|
28
28
|
Requires-Dist: typing-extensions>=4.7.1
|
|
29
29
|
Requires-Dist: pytest>=6.2.5
|
|
30
30
|
Requires-Dist: pytest-mock==3.14.0
|
|
31
|
+
Dynamic: author
|
|
32
|
+
Dynamic: author-email
|
|
33
|
+
Dynamic: classifier
|
|
34
|
+
Dynamic: description
|
|
35
|
+
Dynamic: description-content-type
|
|
36
|
+
Dynamic: home-page
|
|
37
|
+
Dynamic: keywords
|
|
38
|
+
Dynamic: requires-dist
|
|
39
|
+
Dynamic: requires-python
|
|
40
|
+
Dynamic: summary
|
|
31
41
|
|
|
32
42
|
# Python SDK
|
|
33
43
|
|
|
@@ -64,10 +64,10 @@ shaped/autogen/models/validation_error.py,sha256=kVstUJ1nwQ6Y9kssgDBpeoKGFScWegp
|
|
|
64
64
|
shaped/autogen/models/value_type.py,sha256=uxlGNPto3CK17jHKDRvAl3BqNCPkHlxfRBPdofi_qdM,2917
|
|
65
65
|
shaped/autogen/models/view_model_response.py,sha256=4xzesZSHMcPCZHsevo5Bt_3P9jBNiEbd_PFTWQ5Q9KU,5757
|
|
66
66
|
shaped/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
67
|
-
shaped/cli/shaped_cli.py,sha256=
|
|
68
|
-
shaped-1.0.
|
|
69
|
-
shaped-1.0.
|
|
70
|
-
shaped-1.0.
|
|
71
|
-
shaped-1.0.
|
|
72
|
-
shaped-1.0.
|
|
73
|
-
shaped-1.0.
|
|
67
|
+
shaped/cli/shaped_cli.py,sha256=k2GSO1zNKvf_o_bRcJoJUZxGQxYdyedbL7XJvPJguMU,12821
|
|
68
|
+
shaped-1.0.2.dist-info/METADATA,sha256=IyMKtYZlOL-NnTz3-W_9csMg_JjdmRx-poVGDrH9GJQ,5648
|
|
69
|
+
shaped-1.0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
70
|
+
shaped-1.0.2.dist-info/entry_points.txt,sha256=4xoVmnNTKtmzjGNX5ezp9MCWLgi7880TtfqFByN1u5U,53
|
|
71
|
+
shaped-1.0.2.dist-info/top_level.txt,sha256=w-lDaoadQVYpze9N9gZyK9qngb7fZCJ-KCdHLGvt0SU,7
|
|
72
|
+
shaped-1.0.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
73
|
+
shaped-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|