Skip to content

Commit

Permalink
Fix references (#111)
Browse files Browse the repository at this point in the history
* Fix references

* Fix exasol db version

* Upgrade Exasol versions
  • Loading branch information
kaklakariada authored Jul 30, 2024
1 parent f2a0a4c commit 5a3da89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml

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

4 changes: 2 additions & 2 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build:
runnerOs: ubuntu-20.04
freeDiskSpace: false
exasolDbVersions:
- "8.26.0"
- "7.1.27"
- "8.26.0" # 8.29.1 not yet supported by exasol-testcontainers
- "7.1.29"
excludes:
# Only run javadoc as glue-connector cannot be built with java version > 11 currently
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build-next-java.yml'"
4 changes: 2 additions & 2 deletions doc/developers_guide/developers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ To test connector by creating a custom connector, please follow these steps.

### Creating an Assembly Jar

By running `mvn verify` or `mvn package` create a connector artifact. For example, `target/exasol-glue-connector-2.1.6-assembly.jar`.
By running `mvn verify` or `mvn package` create a connector artifact. For example, `target/exasol-glue-connector-2.1.7-assembly.jar`.

### Uploading the Artifact to S3 Bucket

Upload the JAR artifact from previous step into an S3 bucket. For instance, `s3://exasol-artifacts/glue-connector/exasol-glue-connector-2.1.6-assembly.jar`.
Upload the JAR artifact from previous step into an S3 bucket. For instance, `s3://exasol-artifacts/glue-connector/exasol-glue-connector-2.1.7-assembly.jar`.

### Creating a Glue Studio Custom Connector

Expand Down

0 comments on commit 5a3da89

Please sign in to comment.