We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd7e59 commit a1a7998Copy full SHA for a1a7998
CHANGELOG.md
@@ -6,6 +6,9 @@
6
* Use the `LBV1Converter.serialize()` and `LBV1Converter.deserialize()` methods
7
* Support for document (pdf) de/serialization for imports
8
* Use the `NDJsonConverter.serialize()` and `NDJsonConverter.deserialize()` methods
9
+* Global Keys for data rows
10
+ * Assign global keys to a data row with `client.assign_global_keys_to_data_rows`
11
+ * Get data rows using global keys with `client.get_data_row_ids_for_global_keys`
12
13
# Version 3.26.1 (2022-08-23)
14
### Changed
0 commit comments