Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

ODBC: Adding BASIC & AWS_SIGV4 auth in M Connector #610

Merged
Merged
3 changes: 2 additions & 1 deletion sql-odbc/.gitignore
Expand Up @@ -57,4 +57,5 @@ CTestTestfile.cmake
/sdk-build64/
/cmake-build64/
/src/PowerBIConnector/bin/Debug/
/src/PowerBIConnector/obj/
/src/PowerBIConnector/obj/
/src/PowerBIConnector/.vs/
Binary file modified sql-odbc/docs/user/img/pbi_auth.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sql-odbc/docs/user/img/pbi_error_conn.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions sql-odbc/docs/user/power_bi_support.md
Expand Up @@ -32,12 +32,27 @@

<img src="img/pbi_connection_string_options.png" width="500">

* Select authentication option and click on **Connect**.
* Select authentication option. Enter credentials if required and click on **Connect**.

<img src="img/pbi_auth.png" width="500">

* Select required table. Data preview will be loaded.

<img src="img/pbi_data_preview.png">

* Click on **Load**.
* Click on **Load**.

## Troubleshooting

* If you get an following error, please install [Open Distro For Elasticsearch SQL ODBC Driver](https://opendistro.github.io/for-elasticsearch-docs/docs/sql/odbc/).

<img src="img/pbi_error_driver_not_installed.png" width="350">

* If you get an following error,

<img src="img/pbi_error_conn.png" width="350">

1. Check if host and port values are correct.
2. Check if auth credentials are correct.
3. Check if server is running.

275 changes: 275 additions & 0 deletions sql-odbc/src/PowerBIConnector/Diagnostics.pqm

Large diffs are not rendered by default.