-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
# --
Reactions are currently unavailable