Skip to content

Commit 126c0fb

Browse files
authored
SN-148 - Add example for get_overview() (#1638)
2 parents cbf5dd1 + fc77b24 commit 126c0fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/basics/projects.ipynb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,20 @@
266266
"outputs": [],
267267
"execution_count": null
268268
},
269+
{
270+
"metadata": {},
271+
"source": [
272+
"### Get project overview"
273+
],
274+
"cell_type": "markdown"
275+
},
276+
{
277+
"metadata": {},
278+
"source": "# Returns only the number of data rows and issues\noverview = project.get_overview()\n\n# Returns the number of data rows, issues and the details of the in_review queue\ndetailed_overview = project.get_overview(details=True)",
279+
"cell_type": "code",
280+
"outputs": [],
281+
"execution_count": null
282+
},
269283
{
270284
"metadata": {},
271285
"source": [

0 commit comments

Comments
 (0)