You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -337,7 +355,7 @@ Note: You can use either Skyflow IDs or `unique` values to retrieve records. Yo
337
355
```
338
356
Sample usage
339
357
340
-
The following snippet shows how to use the `get()` method. For details, see [get_sample.py].(https://github.com/skyflowapi/skyflow-python/blob/main/samples/get_sample.py),
358
+
The following snippet shows how to use the `get()` method. For details, see [get_sample.py](https://github.com/skyflowapi/skyflow-python/blob/main/samples/get_sample.py),
341
359
342
360
```python
343
361
from skyflow.vault import RedactionType
@@ -420,6 +438,7 @@ For retrieving using SkyflowID's, use the get_by_id(records: dict) method. The r
420
438
}
421
439
```
422
440
441
+
#### Redaction Types
423
442
There are 4 accepted values in Skyflow.RedactionTypes:
0 commit comments