From 084bde9aac2e42c2782b110e15b82ef4bd473b79 Mon Sep 17 00:00:00 2001 From: Gavin Ray Date: Tue, 12 Nov 2024 17:08:09 -0500 Subject: [PATCH] Update MySQL connector-metadata.yaml to v1.0.3 --- ndc-connector-mysql/.hasura-connector/connector-metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ndc-connector-mysql/.hasura-connector/connector-metadata.yaml b/ndc-connector-mysql/.hasura-connector/connector-metadata.yaml index 059a203..f06bff7 100644 --- a/ndc-connector-mysql/.hasura-connector/connector-metadata.yaml +++ b/ndc-connector-mysql/.hasura-connector/connector-metadata.yaml @@ -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" @@ -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