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

Commit

Permalink
ODBC: Adding BASIC & AWS_SIGV4 auth in M Connector (#610)
Browse files Browse the repository at this point in the history
* pbi connector

* update names

* - add mez file
- add docs

* nit

* nit

* image resize

* resize image

* remove extra lines

* nit

* update mez file

* rename connector

* rename mez file

* - add basic & aws auth
- add unit test
- add errors
- enable direct query

* add connector

* update doc

* add ssl for auth

* update docs for errors

* - remove sqlgetinfo & sqlcapabilities values from connector

* adding EncryptedConnectionString
  • Loading branch information
rupal-bq committed Jul 25, 2020
1 parent f3517ee commit 9dac0ac
Show file tree
Hide file tree
Showing 11 changed files with 2,050 additions and 18 deletions.
3 changes: 2 additions & 1 deletion sql-odbc/.gitignore
Original file line number Diff line number Diff line change
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
Loading
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit 9dac0ac

Please sign in to comment.