Commit 4272c06
Beam Support in SDK (#96)
* fix bug in to_json function
* Beam analysis endpoint (#98)
* add beam schema
* add beam analysis endpoint
* add BeamEndpoint import
* update schema for python 3.8
* update schema for python 3.8
* update endpoints for python 3.8
* fix analysis endpoints and schema
* add analysis group endpoints (#99)
* add analysis group endpoints
* add analysis group import
* python 3.8 compat
* fix signature
* use optional type hint
---------
Co-authored-by: Keegan Cordeiro <[email protected]>
* Beam sink endpoint (#100)
* beam sink endpoint - allow json, csv and ndjson upload
* expose beam endpoint in sdk
* allow extra fields so that new fields are visible without an update to the SDK
* remove undocumented endpoints
* add features-api to_csv mixin
* remove accidental print statement
* fix typing for python 3.8
* update build url test
* fix bug in features api endpoint when using iter_all
* update feature api tests
* update readme, add examples and missing param to beam update function
* add beam endpoint tests (#102)
* add beam endpoint tests
* address comments - use correct fixtures
---------
Co-authored-by: Keegan Cordeiro <[email protected]>
* add comment regarding features-api
* Pagination (#103)
* add ArgKwargResult set for custom pagination
* use custom pagination on all supported beam endpoints
---------
Co-authored-by: Keegan Cordeiro <[email protected]>
---------
Co-authored-by: Keegan Cordeiro <[email protected]>
---------
Co-authored-by: Keegan Cordeiro <[email protected]>
* fix bug in upload demand endpoint
* use config dict on each model
---------
Co-authored-by: Keegan Cordeiro <[email protected]>1 parent 90486e4 commit 4272c06
File tree
29 files changed
+3917
-12
lines changed- predicthq
- endpoints
- v1
- beam
- features
- tests
- endpoints/v1
- fixtures/requests_responses/beam_test
- usecases
- beam
- analysis_group
- analysis
- features
29 files changed
+3917
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
220 | 250 | | |
221 | 251 | | |
222 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | | - | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | | - | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments