File tree 4 files changed +7
-7
lines changed
ndc-cli/src/main/kotlin/io/hasura/cli
ndc-connector-mysql/.hasura-connector
ndc-connector-oracle/.hasura-connector
ndc-connector-snowflake/.hasura-connector
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ object SnowflakeConfigGenerator : IConfigGenerator {
25
25
26
26
// Don't use Arrow memory format so we don't need to --add-opens=java.base/java.nio=ALL-UNNAMED to the JVM
27
27
val modifiedJdbcUrl = jdbcUrlString.find { it == ' ?' }
28
- ?.let { " $jdbcUrl &JDBC_QUERY_RESULT_FORMAT=JSON" }
29
- ? : " $jdbcUrl ?JDBC_QUERY_RESULT_FORMAT=JSON"
28
+ ?.let { " $jdbcUrlString &JDBC_QUERY_RESULT_FORMAT=JSON" }
29
+ ? : " $jdbcUrlString ?JDBC_QUERY_RESULT_FORMAT=JSON"
30
30
31
31
val ctx = DSL .using(modifiedJdbcUrl)
32
32
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ commands:
10
10
-e JDBC_URL \
11
11
-e HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH \
12
12
-v ${HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH}:/app/output \
13
- ghcr.io/hasura/ndc-jvm-cli:v0.1.3 update \
13
+ ghcr.io/hasura/ndc-jvm-cli:v1.0.0 update \
14
14
--database MYSQL \
15
15
--schemas $JDBC_SCHEMAS \
16
16
--outfile /app/output/configuration.json
Original file line number Diff line number Diff line change 1
1
packagingDefinition :
2
2
type : PrebuiltDockerImage
3
- dockerImage : " ghcr.io/hasura/ndc-jvm-oracle:v1.0.3 "
3
+ dockerImage : " ghcr.io/hasura/ndc-jvm-oracle:v1.0.4 "
4
4
supportedEnvironmentVariables :
5
5
- name : JDBC_URL
6
6
description : " The JDBC URL to connect to the database"
@@ -12,7 +12,7 @@ commands:
12
12
-e JDBC_URL \
13
13
-e HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH \
14
14
-v ${HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH}:/app/output \
15
- ghcr.io/hasura/ndc-jvm-cli:v0.1.3 update \
15
+ ghcr.io/hasura/ndc-jvm-cli:v1.0.0 update \
16
16
--database ORACLE \
17
17
--schemas $JDBC_SCHEMAS \
18
18
--outfile /app/output/configuration.json
Original file line number Diff line number Diff line change 1
1
packagingDefinition :
2
2
type : PrebuiltDockerImage
3
- dockerImage : " ghcr.io/hasura/ndc-jvm-snowflake:v1.0.2 "
3
+ dockerImage : " ghcr.io/hasura/ndc-jvm-snowflake:v1.0.3 "
4
4
supportedEnvironmentVariables :
5
5
- name : JDBC_URL
6
6
description : " The JDBC URL to connect to the database"
@@ -12,7 +12,7 @@ commands:
12
12
-e JDBC_URL \
13
13
-e HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH \
14
14
-v ${HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH}:/app/output \
15
- ghcr.io/hasura/ndc-jvm-cli:v0.1 .0 update \
15
+ ghcr.io/hasura/ndc-jvm-cli:v1.0 .0 update \
16
16
--database SNOWFLAKE \
17
17
--schemas $JDBC_SCHEMAS \
18
18
--outfile /app/output/configuration.json
You can’t perform that action at this time.
0 commit comments