Skip to content

Bug in Lib\site-packages\arcgis\_impl\common\_query.py #1895

Open
@hildermesmedeiros

Description

@hildermesmedeiros

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

# FeatureLayer with many data points and usually an unstable connection.
import pandas as pd
from arcgis.gis import GIS
from arcgis.features import FeatureLayer
import json
from string import Template
gis = GIS('pro')
print(gis.users.me)


fl = FeatureLayer('url/FeatureServer/11')
df: pd.DataFrame = fl.query().sdf

error:

# No error, but there are more rows than actually exist in the data.

Screenshots
image

Expected behavior
Check for duplicated data before inserting.

Platform (please complete the following information):

  • OS: Any
  • Python API Version 2.3.0`

Additional context
Add any other context about the problem here, attachments etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cannot reproducecannot reproduce the error/bug/issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions