Select to view content in your preferred language

Item: dependent_to() & dependent_upon() max. 10 items

1175
3
12-22-2021 04:24 AM
Status: Implemented
Labels (1)
MarulivanHaastert
New Contributor II
Currently, these 2 functions return max. 10 items. 

Would like to see all items returned

MarulivanHaastert_0-1640175437810.png

3 Comments
QuentinDROMZEE

https://github.com/Esri/arcgis-python-api/issues/337

Hi.

You need to change the source code in 2 files

(...\arcgispro-py3-clone\Lib\site-packages\arcgis\gis\__init__.py and 
...\arcgispro-py3-clone\Lib\site-packages\arcgis\_impl\portalpy.py)

see the answer in the github's link by maartentromp on 8 Feb 2019

 It's working for me 😉

AndrewChapkowski
Status changed to: Implemented
 
KristianHerner

@AndrewChapkowski  Is the function implemented?  Testing in arcgis pro 2.9.5 notebook with python 3.7.11 and I only get 10 items max still. I cannot implement the Github solution since I am on a company computer and I cannot do any changes in the installation.