Rupal Mahajan

Results 25 comments of Rupal Mahajan

opensearch and opensearch dashboards version should be compatible. Check if you get the same error for same version of opensearch and dashboards. If you get the same error, please share...

Hi @ARud12, I tried downloading report from report definition in custom tenant space. worked fine for me. What do you mean by `dashboard is not available in private tenant space`?...

Hi @ARud12, I couldn't reproduce the issue. Please check steps I followed and let me know if you have done anything differently so that I can reproduce the issue. 1....

@ARud12 Sorry for the delay but I am not able to reproduce this issue. If user has all_access then user has all permissions required. To understand the root cause, more...

@ARud12 Please check https://opensearch.org/docs/1.2/security-plugin/access-control/users-roles/ for details on all roles and you can also check permissions at https://opensearch.org/docs/1.2/security-plugin/access-control/users-roles/ Please provide requested information so that we can reproduce the issue and dive...

> @rupal-bq, is it a JDBC driver issue or Dashboards issue? Seems to be a JDBC driver issue. While applying filters, getting below error. ![image](https://github.com/opensearch-project/sql-jdbc/assets/56703525/34ec828b-3383-4ca5-92a6-db49beec8b1b)

SQL query: ``` SELECT item_type AS abc123 FROM tmp_index GROUP BY item_type ORDER BY abc123 IS NOT NULL, abc123 LIMIT 10001 ``` mapping: ``` { “tmp_index": { "mappings": { "properties":...

> Probably it is V2 parser issue: > > ```sql > opensearchsql> select city as abc from bank group by city order by abc is not null, abc limit 100;...

> Thank you @rupal-bq! > > What versions of OpenSearch and JDBC driver is this using? OpenSearch version is 2.5 but not sure what JDBC version (using Quicksight connector)