News

To replicate setup an incremental model. Setup the your table to include a column like Varchar(50), alter the column to include varchar (5000) sql below Run your model, which will trigger the alter ...
When trying to add a new JSON column to an existing table with ALTER TABLE, the query fails with duckdb.duckdb.CatalogException: Catalog Error: Type with name "JSON" is not in the catalog, but it ...