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

Add visible warnings for incompatible options in %%opencypher #598

Closed
michaelnchin opened this issue May 22, 2024 · 0 comments · Fixed by #599
Closed

Add visible warnings for incompatible options in %%opencypher #598

michaelnchin opened this issue May 22, 2024 · 0 comments · Fixed by #599
Labels
enhancement New feature or request

Comments

@michaelnchin
Copy link
Member

Community Note

  • Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Is your feature request related to a problem? Please describe.

The %%opencypher magic currently accepts two arguments specific to Neptune Analytics databases:

  • --plan-cache/-pc
  • --query-timeout/-qt

However, when connected to Neptune DB, %%opencypher accepts these parameters without throwing a user-visible exception. Internally, their values are simply discarded prior to generation of the final request. This may cause confusion for Neptune DB users expecting modified query behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Resolved
Development

Successfully merging a pull request may close this issue.

1 participant