Skip to content

Commit 5327c33

Browse files
committed
update next to sync with master in whats new and release notes 243
1 parent d4d2163 commit 5327c33

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

guide/02-api-overview/overview243.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"metadata": {},
5959
"source": [
6060
"### New Data Model and Response Types for arcgis.graph\n",
61-
"An extensive set of new [Data Model Types](/python/latest/api-reference/arcgis.graph.html#data-model-types) and [ResponseTypes](/python/latest/api-reference/arcgis.graph.html#response-types) were added to the 2.4.3 release for defining graph structure and output formats of the queried data."
61+
"An extensive set of new [Data Model Types](/python/latest/api-reference/arcgis.graph.html#data-model-types) and [ResponseTypes](/python/latest/api-reference/arcgis.graph.html#response-types) were added to the 2.4.3 release for defining graph structure and output formats of the queried data. A new [export()](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.export) was added for graph domains as well."
6262
]
6363
},
6464
{

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@
207207
" * *hierarchy* \n",
208208
"\n",
209209
"#### [`arcgis.graph`](/python/latest/api-reference/arcgis.graph.html)\n",
210+
"* **New methods:**\n",
211+
" * [`KnowledgeGraph`](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph)\n",
212+
" * [`export()`](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.export) \n",
210213
"* **New Data Model Types:**\n",
211214
" * *esriMergePolicyType*\n",
212215
" * *esriSplitPolicyType*\n",

0 commit comments

Comments
 (0)