question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

data stores with colon symbol (:) in their name

See original GitHub issue

Describe 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.

image

image

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 typing print(arcgis.__version__) 1.8.5

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
azinsharafcommented, Nov 11, 2021

interesting. Could be an issue on my side then. Thanks for checking again.

0reactions
jyaistMapcommented, Nov 11, 2021

No problem. Let me know if you think it’s the API I can retest.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found