We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At present BayesianGraph.execute() does not support queries with bounded parameters:
BayesianGraph.execute()
fabric8-analytics-data-model/src/graph_manager.py
Lines 16 to 30 in 13bd745
Support for bounded parameters will help us write better queries and avoid many bugs.
The text was updated successfully, but these errors were encountered:
Bounded parameters work similar to prepared statements in SQL. Here is an example:
Sorry, something went wrong.
Its a matter of implementing it in data importer. We do for front-ending services as in https://github.com/fabric8-analytics/f8a-server-backbone/blob/aa74d11653d05f6e7bb4d1daad50c188d0a6168f/src/recommender.py#L129 But since data importer endpoint was not public till now, so was ok, but, we may need to implement it .
No branches or pull requests
At present
BayesianGraph.execute()
does not support queries with bounded parameters:fabric8-analytics-data-model/src/graph_manager.py
Lines 16 to 30 in 13bd745
Support for bounded parameters will help us write better queries and avoid many bugs.
The text was updated successfully, but these errors were encountered: