Skip to content

Commit

Permalink
Signed-off-by: Fernando Pannullo <[email protected]>
Browse files Browse the repository at this point in the history
Signed-off-by: fepatrifork <[email protected]>
  • Loading branch information
fepatrifork committed May 21, 2024
1 parent aa81eac commit c390590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenSearch ODBC Driver

OpenSearchODBC is a read-only ODBC driver for Windows and Mac for connecting to OpenSearch SQL support. In Trifork.readme.md is explained in detail the development and deploying for new solutions by manual consequential task or authomatically with a Dockerfile.
OpenSearchODBC is a read-only ODBC driver for Windows and Mac for connecting to OpenSearch SQL support. This driver version allows to levereage on Oauth2 authentication/authorization.

### ODBC Driver

Expand Down
8 changes: 1 addition & 7 deletions bi-connectors/PowerBIConnector/src/OpenSearchProject.pq
Original file line number Diff line number Diff line change
Expand Up @@ -343,20 +343,14 @@ OpenSearchProject = [
)
in
db,
GetFriendlyName = (dsr) => "OpenSearch Projectatr"
GetFriendlyName = (dsr) => "OpenSearch Project"
]
],
// Enable Encryption
SupportsEncryption = true,
Label = Extension.LoadString("DataSourceLabel")
];

OpenSearchProject.UI = [
ButtonText = {"RedshiftODBC Sample", "RedshiftODBC Sample"},
Category = "Database",
SupportsDirectQuery = true
];

// Data Source UI publishing description
OpenSearchProject.Publish = [
Beta = false,
Expand Down

0 comments on commit c390590

Please sign in to comment.