Skip to content

Conversation

0xf1e
Copy link
Collaborator

@0xf1e 0xf1e commented Sep 22, 2025

This one works better I think:

podman run --rm -it --name duckdb-importer -v "$(pwd)":/data docker.io/duckdb/duckdb duckdb /data/project_health.db -c "INSTALL json; LOAD json; CREATE OR REPLACE TABLE project_health AS SELECT * FROM read_json_auto('/data/project_health.json');"

I couldn't get the command in the original Deployment-notes.md to work

@0xf1e 0xf1e changed the base branch from main to 10-simple-demo-environment September 22, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant