From 3e290e441490023a5be8fe134df0845ca80f77f1 Mon Sep 17 00:00:00 2001 From: Akshaya Acharya Date: Thu, 31 Oct 2024 14:37:17 +0530 Subject: [PATCH] Release v0.5.2, better env var documentation --- connector-definition/connector-metadata.yaml | 2 +- ndc-duckduckapi/package-lock.json | 4 ++-- ndc-duckduckapi/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/connector-definition/connector-metadata.yaml b/connector-definition/connector-metadata.yaml index 50e5aad..c5d3256 100644 --- a/connector-definition/connector-metadata.yaml +++ b/connector-definition/connector-metadata.yaml @@ -8,7 +8,7 @@ supportedEnvironmentVariables: description: Minimum number of instances to keep running (set to 1 to keep one instance running at all times) defaultValue: 1 - name: DUCKDB_URL - description: Where to store the DuckDB database. Do not change this to outside the persist-data directory or data may not be persisted on connector restarts. + description: Path inside the docker container to store the DuckDB database. Do not change this to outside the persist-data directory or data may not be persisted on connector restarts. defaultValue: /etc/connector/persist-data/duck.db commands: {} dockerComposeWatch: diff --git a/ndc-duckduckapi/package-lock.json b/ndc-duckduckapi/package-lock.json index b23856c..2409c44 100644 --- a/ndc-duckduckapi/package-lock.json +++ b/ndc-duckduckapi/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hasura/ndc-duckduckapi", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hasura/ndc-duckduckapi", - "version": "0.5.1", + "version": "0.5.2", "license": "Apache-2.0", "dependencies": { "@hasura/ndc-lambda-sdk": "^1.9.0", diff --git a/ndc-duckduckapi/package.json b/ndc-duckduckapi/package.json index 44df739..c455fc2 100644 --- a/ndc-duckduckapi/package.json +++ b/ndc-duckduckapi/package.json @@ -1,6 +1,6 @@ { "name": "@hasura/ndc-duckduckapi", - "version": "0.5.1", + "version": "0.5.2", "description": "SDK for the Hasura DDN DuckDuckAPI connector. Easily build a data API from any existing API by ETLing data into DuckDB.", "author": "Hasura", "license": "Apache-2.0",