Skip to content

Partition config error handling #544

@pskrbasu

Description

@pskrbasu

Having this partition config (invalid column):

partition "chaos_all_columns" "invalid_filter_test_1" {
  filter = "invalid_column = 1"  # This column doesn't exist
  source "chaos_all_columns" {
    row_count = 5
  }
}

Existing behaviour: Binder Error: Referenced column "invalid_column" not found in FROM clause!

Ducklake behaviour: no error

#   Collecting logs for chaos_all_columns.invalid_filter_test_1 from 2025-08-26 (initial collection, default 7 days) to 2025-09-02
#   
#   Rows:
#     Received: 5
#     Enriched: 5
#     Saved:    0
#   
#   Completed: 75ms
# --

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions