Skip to content

Commit 9814057

Browse files
committed
Merge branch 'main' of https://github.com/opensearch-project/sql into integ-gha_fix_nvmrc
2 parents 2cadeb9 + 592c58b commit 9814057

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Binary file not shown.
Binary file not shown.

bi-connectors/PowerBIConnector/power_bi_support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* Microsoft Power BI Desktop
55
* [OpenSearch](https://docs-beta.opensearch.org/opensearch/install/index/)
66
* [OpenSearch SQL ODBC driver](https://docs-beta.opensearch.org/search-plugins/sql/odbc/)
7-
* [OpenSearch.mez](../../../bi-connectors/PowerBIConnector/bin/Release)
8-
* Optional: [sqlodbc_import.pbids](../../../bi-connectors/PowerBIConnector/PBIDSExamples) to help with repeated connections to the same server
7+
* [OpenSearchProject.mez](OpenSearchProject.mez) or [AmazonOpenSearchService.mez](AmazonOpenSearchService.mez)
8+
* Optional: [sqlodbc_import.pbids](PBIDSExamples/sqlodbc_import.pbids) to help with repeated connections to the same server
99

1010
## Setup
11-
* Copy `OpenSearch.mez` file in the `<User>\Documents\Power BI Desktop\Custom Connectors\` folder. This will let Power BI access custom connector.
11+
* Copy `mez` file in the `<User>\Documents\Power BI Desktop\Custom Connectors\` folder. This will let Power BI access custom connector.
1212
* Open Power BI Desktop.
1313
* Change the security settings. Click on **Files** > **Options and settings** > **Options** > **Security** > Select **Allow any extension to load without validation or warning** for Data Extensions. This will allow the custom connector to load data into Power BI.
1414

@@ -56,7 +56,7 @@
5656

5757
More info: https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-data-sources#using-pbids-files-to-get-data
5858

59-
Example PBIDS file for OpenSearch: (available here: [sqlodbc_import.pbids](../../../bi-connectors/PowerBIConnector/PBIDSExamples/sqlodbc_import.pbids))
59+
Example PBIDS file for OpenSearch: (available here: [sqlodbc_import.pbids](PBIDSExamples/sqlodbc_import.pbids))
6060
```json
6161
{
6262
"version": "0.1",
Binary file not shown.

0 commit comments

Comments
 (0)