duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
797 stars 69 forks source link

Refactor render_write_options for direct option rendering #254

Closed thfmn closed 9 months ago

thfmn commented 9 months ago

Removed an unnecessary if-else condition in the render_write_options macro, eliminating the need for type checking.

jwills commented 9 months ago

Thank you @thfmn!