Skip to content

Commit

Permalink
Update documentation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Mar 14, 2023
1 parent ef8f593 commit 5866f47
Show file tree
Hide file tree
Showing 17 changed files with 794 additions and 3,418 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/broken_links_checker.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ excludes:
- "E-PK-CORE-17: Missing required file: '.github/workflows/release_droid_prepare_original_checksum.yml'"
- "E-PK-CORE-17: Missing required file: '.github/workflows/release_droid_print_quick_checksum.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'"
- regex: "E-PK-CORE-53: The dependencies.md file has outdated content.*"
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@

The Exasol Tableau Connector is an adapter, that maps Exasol's analytical capabilities to Tableau's external interface, allowing Tableau to use Exasol-specific features.

## Note

**Currently the Tableau connector developed in this repository is signed by Exasol, but not certificated and shipped by Tableau and is not recommended for production environments.**
You can download the Exasol Tableau Connector from the [Tableau Exchange Extension Gallery](https://exchange.tableau.com/products/698).

## Features

* Exasol-specific connection dialog
* Maps Tableau functions to Exasol functions


# Table of Contents

## Information for Users
Expand Down
126 changes: 63 additions & 63 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 24 additions & 13 deletions doc/changes/changes_1.0.3.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Tableau Connector 1.0.3, released 2022-12-??
# Tableau Connector 1.0.3, released 2023-03-14

Code name: Update Exasol JDBC driver Maven repo

## Summary

The integration tests download the Exasol JDBC driver from the deprecated Exasol Maven repository. Instead the JDBC driver is now available on Maven Central. We updated the build scripts to use the new location.

We also updated the user guide with the new download URLs for the JDBC and ODBC drivers and added a note to use JDBC driver 7.1.16 or later for improved handling of authentication errors.

## Features

* #62: Updated Maven repository for Exasol JDBC driver

## Documentation

* #64: Added note about Tableau Exchange
* #61: Added note to use JDBC driver 7.1.16 or later

## Bugfixes

* #65: Fixed vulnerability in test dependency

## Dependency Updates

### JDBC Kerberos Setup Tests
Expand All @@ -24,12 +35,12 @@ The integration tests download the Exasol JDBC driver from the deprecated Exasol

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.1`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.2`
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.3`
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M7`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M8`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.14.2`

### Tableau Server GUI Tests

Expand All @@ -46,20 +57,20 @@ The integration tests download the Exasol JDBC driver from the deprecated Exasol

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.1`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.2`
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.3`
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M7`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M8`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.14.2`

### Exasol Connector for Tableau

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.1`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.2`
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.3`
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M7`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M8`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.14.2`
Loading

0 comments on commit 5866f47

Please sign in to comment.