data stores with colon symbol (:) in their name
See original GitHub issueDescribe the bug
gis_server.datastores.list()
doesn’t list the data store item if the item includes colon symbol (😃 in its name.
To Reproduce Steps to reproduce the behavior:
for gis_server in gis_servers:
data_store_list = gis_server.datastores.list()
error: See the screenshots below
Screenshots
If applicable, add screenshots to help explain your problem.
Expected behavior A clear and concise description of what you expected to happen. I expect to see the data store properties.
Platform (please complete the following information):
- OS: [e.g. iOS] Windows 10
- Browser [e.g. chrome, safari]
- Python API Version [e.g.
1.6.2
] (you can get this by typingprint(arcgis.__version__)
1.8.5
Additional context Add any other context about the problem here, attachments etc.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
What does the colon sign ":" do in a SQL query? - Stack Overflow
Colon : is used in HQL Hibernate Query Language to signify that there is a parameter involved. So ...
Read more >Symbols Used in InterSystems SQL
Double colon: In trigger code this doubled prefix indicates that the identifier (::name) beginning that line is a host variable, not a label...
Read more >colnames: Row and Column Names - Rdrr.io
Retrieve or set the row or column names of a matrix-like object. ... For a data frame, value for rownames should be a...
Read more >R data.table symbols and operators you should know - InfoWorld
Make your R data.table code more efficient and elegant with these special symbols and operators. Plus, learn about the new fcase() function.
Read more >SQL Naming and Statement Rules
The rules for naming database objects (such as tables, columns, views, and database procedures) are as follows: ... Names can contain only ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
interesting. Could be an issue on my side then. Thanks for checking again.
No problem. Let me know if you think it’s the API I can retest.