-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added limitations and issues table to connector markdown file #22
Conversation
Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
Codecov Report
@@ Coverage Diff @@
## powerbi-main #22 +/- ##
===============================================
Coverage 99.90% 99.90%
Complexity 2691 2691
===============================================
Files 256 256
Lines 6533 6533
Branches 422 422
===============================================
Hits 6527 6527
Misses 5 5
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
…or-limitation-documentation
…t-sql into connector-limitation-documentation
|
||
There are known limitations and issues that are tracked by OpenSearch including the items listed below. | ||
|
||
| Issue | Description | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issues should link to existing GitHub tickets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in e89be25
| Issue | Description | | ||
| ---- | ----------- | | ||
| Visualizations without numerical columns | Visualizations will only work if there is a numerical column included due to a known limitation in OpenSearch regarding subqueries. An exception to this would be visualizations with columns only of type string works as well. Can be tracked with this [bug](https://github.com/opensearch-project/sql/issues/347) | | ||
| Visualizations with First or Last options selected do not work | <img src="img/pbi_issue_first_last.png" width="200"> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These don't render correctly. But it may just be a github pr issue. Thought I would suggest we avoid pngs here as many developers would likely prefer text only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in e89be25
@@ -64,3 +64,16 @@ | |||
2. Check if auth credentials are correct. | |||
3. Check if server is running. | |||
|
|||
## Limitations and issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Limitations and Known Issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in e89be25
| Issue | Description | | ||
| ---- | ----------- | | ||
| Visualizations without numerical columns | Visualizations will only work if there is a numerical column included due to a known limitation in OpenSearch regarding subqueries. An exception to this would be visualizations with columns only of type string works as well. Can be tracked with this [bug](https://github.com/opensearch-project/sql/issues/347) | | ||
| Visualizations with First or Last options selected do not work | <img src="img/pbi_issue_first_last.png" width="200"> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Versus "do not work" can we say "not yet supported"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in e89be25
…s to issues listed Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
…arch-project#2005) * Spotless apply on entire project Signed-off-by: Mitchell Gale <[email protected]> * Spotless apply Signed-off-by: Mitchell Gale <[email protected]> * Added spotless in sql-test-workflow.yml Signed-off-by: Mitchell Gale <[email protected]> * fixed error log message in sql-test-workflow.yml Signed-off-by: Mitchell Gale <[email protected]> * Added spotless to plugins: common, core, doctest, integ-test, legacy, opensearch, plugin, ppl, protocol, sql Signed-off-by: Mitchell Gale <[email protected]> * Update common/build.gradle Signed-off-by: Mitchell Gale <[email protected]> * deleted duplicated code in build gradle integ test Signed-off-by: Mitchell Gale <[email protected]> --------- Signed-off-by: Mitchell Gale <[email protected]> Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Guian Gumpac [email protected]
Description
Added limitations and issues table to connector markdown file for users' and developers' knowledge.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.