Skip to content

Error & warning handling #938

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

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Error & warning handling #938

merged 3 commits into from
Dec 13, 2024

Conversation

kaustubh-darekar
Copy link
Collaborator

Handled error for UnboundLocalError
File "/code/src/graph_query.py", line 257, in get_chunktext_results driver.close() UnboundLocalError: local variable 'driver' referenced before assignment

Handled warnings related to
Neo.ClientNotification.Statement.UnknownPropertyKeyWarning} {category: UNRECOGNIZED} {title: The provided property key is not in the database} {description: One of the property names in your query is not available in the database, make sure you didn't misspell it or that the label is available when you run this statement in your application (the missing property name is: communityNodeCount)}

@kaustubh-darekar kaustubh-darekar added the bug Something isn't working label Dec 13, 2024
@kaustubh-darekar kaustubh-darekar self-assigned this Dec 13, 2024
@karanchellani karanchellani merged commit a67f918 into DEV Dec 13, 2024
3 checks passed
@kaustubh-darekar kaustubh-darekar deleted the chunk_count_error branch December 17, 2024 09:48
kaustubh-darekar added a commit that referenced this pull request Jan 28, 2025
* Error handling for driver UnboundLocalError and property not found in db

* initialized different counts in souce node
kartikpersistent pushed a commit that referenced this pull request Jan 28, 2025
* Error handling for driver UnboundLocalError and property not found in db

* initialized different counts in souce node
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

Successfully merging this pull request may close these issues.

2 participants