Skip to content

Commit

Permalink
Release v0.5.2, better env var documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxone committed Oct 31, 2024
1 parent 87de878 commit 3e290e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions ndc-duckduckapi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ndc-duckduckapi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3e290e4

Please sign in to comment.