Skip to content

Commit

Permalink
Update connector-metadata.yaml for new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Jan 29, 2025
1 parent 3a1aad1 commit df5943d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ndc-connector-mysql/.hasura-connector/connector-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.8"
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.11"
supportedEnvironmentVariables:
- name: JDBC_URL
description: "The JDBC URL to connect to the database"
commands:
update:
type: Dockerized
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.0
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.5
commandArgs: [update, --database, MYSQL, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: "ghcr.io/hasura/ndc-jvm-oracle:v1.0.6"
dockerImage: "ghcr.io/hasura/ndc-jvm-oracle:v1.0.7"
supportedEnvironmentVariables:
- name: JDBC_URL
description: "The JDBC URL to connect to the database"
Expand All @@ -9,5 +9,5 @@ supportedEnvironmentVariables:
commands:
update:
type: Dockerized
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.0
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.5
commandArgs: [update, --database, ORACLE, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: "ghcr.io/hasura/ndc-jvm-snowflake:v1.0.6"
dockerImage: "ghcr.io/hasura/ndc-jvm-snowflake:v1.0.7"
supportedEnvironmentVariables:
- name: JDBC_URL
description: "The JDBC URL to connect to the database"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: "ghcr.io/hasura/ndc-jvm-trino:v1.0.0"
dockerImage: "ghcr.io/hasura/ndc-jvm-trino:v1.0.1"
supportedEnvironmentVariables:
- name: JDBC_URL
description: "The JDBC URL to connect to the database"
Expand Down

0 comments on commit df5943d

Please sign in to comment.