Skip to content
Discussion options

You must be logged in to vote

Thanks for the report — both issues match current Homer 11 behavior.

1. no volumes configured in node.ducklake.volumes

The setup wizard was still emitting the older node.ducklake.catalog_path / data_path shape without a volumes array. The Node module now requires node.ducklake.volumes (see examples/homer.json), which is why copying the example config worked.

Workaround (any current release): add a single local volume under node.ducklake, for example:

"ducklake": {
  "lake_name": "homer_lake",
  "volumes": [
    {
      "name": "default",
      "type": "local",
      "catalog_type": "sqlite",
      "catalog_path": "/data/homer/homer_catalog.sqlite",
      "path": "/data/homer/parquet"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adubovikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants