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

changes required for using to Power BI Service with Open Distro For Elasticsearch #669

Merged

Conversation

rupal-bq
Copy link
Contributor

@rupal-bq rupal-bq commented Aug 7, 2020

Issue #668

Description of changes:

  • Replaced host and port with the server since Power BI Service doesn't show optional arguments
  • Added user documentation for using Power BI Service with Open Distro For Elasticsearch

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Rupal Mahajan added 30 commits July 18, 2020 21:01
- add docs
- add unit test
- add errors
- enable direct query
…e/odbc/pbi

# Conflicts:
#	sql-odbc/.gitignore
#	sql-odbc/src/PowerBIConnector/OdfeSqlOdbcPBIConnector.mproj
#	sql-odbc/src/PowerBIConnector/OdfeSqlOdbcPBIConnector.pq
#	sql-odbc/src/PowerBIConnector/OdfeSqlOdbcPBIConnector.query.pq
#	sql-odbc/src/PowerBIConnector/bin/Release/OdfeSqlOdbcPBIConnector.mez
ConnectionString = [
Driver = "ODFE SQL ODBC Driver"
Driver = "ODFE SQL ODBC Driver",
Host = Server
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to do anything on the driver side to handle this change?
(ie. will the driver understand a Host value of localhost:9200?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The driver doesn't need any change. I tested with PBI and ODBC administrator.

@dai-chen dai-chen added the ODBC label Aug 7, 2020
@chloe-zh chloe-zh merged commit a45ff3a into opendistro-for-elasticsearch:develop Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants