Components
DuckDB Processor Update to Version 1.2.1 — Breaking Change Ahead
We’re upgrading the DuckDB version in the DuckDB Processor to 1.2.1 on May 22, 2025. Tables in queries must now be enclosed in single quotes.
For example:
SELECT * FROM 'table.csv'
Please make sure to use this syntax to ensure your queries continue to work after the release.
If you need help adjusting your queries or have any questions, don’t hesitate to contact our support team.