Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <Tilda ("~") character not supported> with connector <Neptune> #1655

Open
bscott911 opened this issue Dec 12, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@bscott911
Copy link

Describe the bug
The Neptune connector does not recognize "~". When having properties with the same name (except on has a ~, the query returns wrong information and seems to return values from the 1st of the two properties found (though this hasn't been validated).

To Reproduce
Steps to reproduce the behavior:

  1. Create database with multiple properties of the same name name except use a "~" as a prefix for one of the properties
  2. example: "~id" & "id"
  3. describe the data
  4. notice one sql result column "~id" should be empty

Expected behavior
Expect to query the Datacatlog and have different values in the "~id" and "id" columns

Screenshots / Exceptions / Errors
No exceptions in the logs

Connector Details (please complete the following information):
SAR is not permitted, so this was manually installed with the help of AWS team

Additional context

@bscott911 bscott911 added the bug Something isn't working label Dec 12, 2023
@mhavey
Copy link
Contributor

mhavey commented Dec 12, 2023

I discussed with Bryan. The tildes are used for bulk-load only. Once that data lands in Neptune, it does not have the tilde. For example, the ~id and ~label columns from a node CSV file just result in the node ID and node label after being ingested.

We did observe that Bryan has nodes with a "property" named "id". The connector assumes the "id" column in a table always refers to the node ID. It does not allow for a property also to be named "id". The issue is to get past this limitation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants