September 2026


New features

Identifier casing for Snowflake

Snowflake resolves an unquoted identifier to its upper-case form, and Weld quotes every name it writes, so a table created as "orders" could only ever be queried quoted. You can now have Weld create schemas, tables and columns in upper case instead:

select id from hubspot.orders

Turn on Create tables and columns in upper case under Advanced when you connect Snowflake, or later on the Data Warehouse settings page, to set the default for new syncs. Individual syncs can override it next to the destination schema name when you create them. Over the API, send identifier_casing on POST /elt_syncs and read or change the default on /data_warehouse.

Read more about identifier casing →


Connector updates

Fortnox: Vouchers stream is now incremental

The vouchers stream now syncs incrementally based on each voucher's last modified date, instead of doing a full resync of all financial years on every run. Updates to existing vouchers are picked up without re-reading the full history each time.

1 total change

Table/columnChange typeNotes
vouchersUpdatedNow syncs incrementally based on last modified date.

Cargoson: Bookings stream

Cargoson now supports a bookings stream. Instead of paginating Cargoson's booking API, the stream reads the booking references you already hold in a table or view in your data warehouse and resolves each distinct reference against the Cargoson API, including its packages, containers, package units, and ADR (dangerous goods) rows.

5 total changes

Table/columnChange typeNotes
bookingsNew streamReads booking references from a warehouse table or view you select in the connection settings.
bookings
booking_rowsNew streamPackages on the booking.
booking_containersNew streamContainers on the booking.
booking_package_unitsNew streamPackage units (e.g. SSCC) on the booking.
booking_rows
booking_row_adr_rowsNew streamADR (dangerous goods) rows on a package.

Select the table or view holding your booking references, and the column with the booking id, in the connection settings. Only distinct, non-empty values are looked up.

Was this page helpful?