Skip to content

Commit

Permalink
Update MySQL connector-metadata.yaml to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Nov 12, 2024
1 parent 7a43f8c commit 084bde9
Showing 1 changed file with 2 additions and 2 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,6 +1,6 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.2"
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.3"
supportedEnvironmentVariables:
- name: JDBC_URL
description: "The JDBC URL to connect to the database"
Expand All @@ -9,7 +9,7 @@ commands:
docker run \
-e HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH \
-v ${HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH}:/app/output \
ghcr.io/hasura/ndc-jvm-cli:v0.1.1 update $JDBC_URL \
ghcr.io/hasura/ndc-jvm-cli:v0.1.3 update $JDBC_URL \
--database MYSQL \
--schemas $JDBC_SCHEMAS \
--outfile /app/output/configuration.json

0 comments on commit 084bde9

Please sign in to comment.