Skip to content

Commit

Permalink
Update repository references. (#30)
Browse files Browse the repository at this point in the history
* Update repository references.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Add empty line at EOF.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Typo fix.

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored Jan 27, 2023
1 parent 1f0620f commit b07869d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check [existing open](https://github.com/opensearch-project/sql/issues?q=is%3Aopen+is%3Aissue+label%3AODBC), or [recently closed](https://github.com/opensearch-project/sql/issues?q=is%3Aissue+is%3Aclosed), issues to make sure somebody else hasn't already
When filing an issue, please check [existing open](https://github.com/opensearch-project/sql-odbc/issues?q=is%3Aopen+is%3Aissue), or [recently closed](https://github.com/opensearch-project/sql-odbc/issues?q=is%3Aissue+is%3Aclosed), issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

* A reproducible test case or series of steps
Expand Down Expand Up @@ -85,7 +85,7 @@ GitHub provides additional document on [forking a repository](https://help.githu


## Finding contributions to work on
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/opensearch-project/sql/issues?q=is%3Aopen+label%3A%22help+wanted%22+label%3AODBC) issues is a great place to start.
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/opensearch-project/sql-odbc/issues?q=is%3Aopen+label%3A%22help+wanted%22) issues is a great place to start.


## Code of Conduct
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ The driver is compatible with ODBC 3.51.

## BI Tool Connectors

* [Power BI Desktop](../bi-connectors/PowerBIConnector/README.md)
* [Tableau Desktop](../bi-connectors/TableauConnector/README.md)
* [Power BI Desktop](bi-connectors/PowerBIConnector/README.md)

## Download and Installation the Driver

Expand Down Expand Up @@ -92,7 +91,7 @@ From the projects root directory, then build the project using Visual Studio (Wi

## Documentation

Please refer to the [documentation](https://docs-beta.opensearch.org/) for detailed information on installing and configuring OpenSearch.
Please refer to the [documentation](https://opensearch.org/docs/latest/) for detailed information on installing and configuring OpenSearch.

## Code of Conduct

Expand All @@ -108,5 +107,5 @@ See the [LICENSE](LICENSE.txt) file for our project's licensing. We will ask you

## Copyright

Copyright OpenSearch Contributors. See [NOTICE](./NOTICE) for details.
Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.

8 changes: 4 additions & 4 deletions bi-connectors/PowerBIConnector/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Connector Download

The Power BI connector is available to download from the automated CI workflow: [link](https://github.com/opensearch-project/sql/actions/workflows/bi-connectors.yml).
The Power BI connector is available to download from the automated CI workflow: [link](https://github.com/opensearch-project/sql-odbc/actions/workflows/bi-connectors.yml).
The release snapshots are also available here: [OpenSearch Project](OpenSearchProject.mez) and [Amazon OpenSearch Service](AmazonOpenSearchService.mez).

## Connector Install

1. Put connector `mez` file into: `C:\Users\%USERNAME%\Documents\Power BI Desktop\Custom Connectors`.
2. Install OpenSearch `ODBC` [driver](README.md).
2. Install OpenSearch `ODBC` [driver](../../README.md#Download-and-Installation-the-Driver).
3. Run `Power BI Desktop`.
4. Check under `File | Options and settings | Options | Security | Data Extensions` option `(Not Recommended) Allow any extension to load without validation or warning in Power BI Desktop`:
<img src="img/pbi_settings.png">
6. Restart `Power BI Desktop`.
5. Restart `Power BI Desktop`.

## See also

Expand All @@ -20,4 +20,4 @@ The release snapshots are also available here: [OpenSearch Project](OpenSearchPr
* [Amazon OpenSearch Service connector](AmazonOpenSearchService.md)
* Connector user manual for
* [Power BI Service](power_bi_service_support.md)
* [Power BI Desktop](power_bi_support.md)
* [Power BI Desktop](power_bi_support.md)
2 changes: 1 addition & 1 deletion bi-connectors/PowerBIConnector/src/OpenSearchProject.pq
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ OpenSearchProject.Publish = [
Beta = false,
Category = "Other",
ButtonText = { Extension.LoadString("ButtonTitle"), Extension.LoadString("ButtonHelp") },
LearnMoreUrl = "https://github.com/opensearch-project/sql/blob/main/bi-connectors/PowerBIConnector/docs/OpenSearchProject.md",
LearnMoreUrl = "https://github.com/opensearch-project/sql-odbc/blob/main/bi-connectors/PowerBIConnector/OpenSearchProject.md",

SupportsDirectQuery = true,

Expand Down

0 comments on commit b07869d

Please sign in to comment.