deeporigin-data-sdk 0.1.0a51__py3-none-any.whl → 0.1.0a53__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.
- deeporigin_data/_version.py +1 -1
- {deeporigin_data_sdk-0.1.0a51.dist-info → deeporigin_data_sdk-0.1.0a53.dist-info}/METADATA +7 -26
- {deeporigin_data_sdk-0.1.0a51.dist-info → deeporigin_data_sdk-0.1.0a53.dist-info}/RECORD +5 -5
- {deeporigin_data_sdk-0.1.0a51.dist-info → deeporigin_data_sdk-0.1.0a53.dist-info}/WHEEL +0 -0
- {deeporigin_data_sdk-0.1.0a51.dist-info → deeporigin_data_sdk-0.1.0a53.dist-info}/licenses/LICENSE +0 -0
deeporigin_data/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: deeporigin_data_sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a53
|
4
4
|
Summary: The official Python library for the deeporigin_data API
|
5
5
|
Project-URL: Homepage, https://github.com/deeporiginbio/deeporigin-data-sdk
|
6
6
|
Project-URL: Repository, https://github.com/deeporiginbio/deeporigin-data-sdk
|
@@ -121,33 +121,14 @@ client = DeeporiginData(
|
|
121
121
|
org_id="My Org ID",
|
122
122
|
)
|
123
123
|
|
124
|
-
client.
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
}
|
130
|
-
],
|
131
|
-
thread_id="threadId",
|
132
|
-
context={
|
133
|
-
"databases": [
|
134
|
-
{
|
135
|
-
"database": {
|
136
|
-
"hid": "hid",
|
137
|
-
"hid_prefix": "hidPrefix",
|
138
|
-
"name": "name",
|
139
|
-
},
|
140
|
-
"columns": [{"name": "name"}],
|
141
|
-
"rows": [
|
142
|
-
{
|
143
|
-
"hid": "hid",
|
144
|
-
"name": "name",
|
145
|
-
}
|
146
|
-
],
|
147
|
-
}
|
148
|
-
]
|
124
|
+
describe_row_response = client.describe_row(
|
125
|
+
row_id="rowId",
|
126
|
+
column_selection={
|
127
|
+
"exclude": ["string"],
|
128
|
+
"include": ["string"],
|
149
129
|
},
|
150
130
|
)
|
131
|
+
print(describe_row_response.column_selection)
|
151
132
|
```
|
152
133
|
|
153
134
|
## Handling errors
|
@@ -11,7 +11,7 @@ deeporigin_data/_resource.py,sha256=tkm4gF9YRotE93j48jTDBSGs8wyVa0E5NS9fj19e38c,
|
|
11
11
|
deeporigin_data/_response.py,sha256=aA9Ff3JrsFz4-PRMh4eMTY-t_IiFXI9_uWDP4CcmRps,28871
|
12
12
|
deeporigin_data/_streaming.py,sha256=yG857cOSJD3gbc7mEc2wqfvcPVLMGmYX4hBOqqIT5RE,10132
|
13
13
|
deeporigin_data/_types.py,sha256=HI5vtFJGLEsyOrrWJRSRtUeOSrd8EdoM020wC51GvcI,6152
|
14
|
-
deeporigin_data/_version.py,sha256=
|
14
|
+
deeporigin_data/_version.py,sha256=l9coiItI1SThDZsgWAXDsNkG8EWFUpJ4lxHgg0R_620,176
|
15
15
|
deeporigin_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
deeporigin_data/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
17
17
|
deeporigin_data/_utils/_logs.py,sha256=R7dnUaDs2cdYbq1Ee16dHy863wdcTZRRzubw9KE0qNc,801
|
@@ -120,7 +120,7 @@ deeporigin_data/types/shared_params/add_column_base.py,sha256=s8cbOjluJmf4Pzmg_v
|
|
120
120
|
deeporigin_data/types/shared_params/add_column_union.py,sha256=uEJwB-xtbKY19Hq7a2vIrGdDfPcHIBwp9_R63Qf9KO0,1036
|
121
121
|
deeporigin_data/types/shared_params/condition.py,sha256=38ItZ9QZrA3rnXNgds7KZcXCZ-h1zVttiD1R6uf5IGQ,3153
|
122
122
|
deeporigin_data/types/shared_params/row_filter_join.py,sha256=QIo2yhjJJZLcGF-hBF7YcLcYHLhf5uq5EkQG-0WJjtU,595
|
123
|
-
deeporigin_data_sdk-0.1.
|
124
|
-
deeporigin_data_sdk-0.1.
|
125
|
-
deeporigin_data_sdk-0.1.
|
126
|
-
deeporigin_data_sdk-0.1.
|
123
|
+
deeporigin_data_sdk-0.1.0a53.dist-info/METADATA,sha256=p-TENrFN6U5TwYT2D8xSeKl5xh--0qjuTRAR8ZLLRo0,13775
|
124
|
+
deeporigin_data_sdk-0.1.0a53.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
125
|
+
deeporigin_data_sdk-0.1.0a53.dist-info/licenses/LICENSE,sha256=jT1To9IZ3XdRqtpv8wDrIwpatTUvf5yP0sFYhEtJVZY,11345
|
126
|
+
deeporigin_data_sdk-0.1.0a53.dist-info/RECORD,,
|
File without changes
|
{deeporigin_data_sdk-0.1.0a51.dist-info → deeporigin_data_sdk-0.1.0a53.dist-info}/licenses/LICENSE
RENAMED
File without changes
|