0.1.4

0.1.4

2026-06-02

Core

  • Identifier naming transforms. A new opt-in identifier_naming connector setting normalizes schema, table, and column names before they reach the target. Set it to FivetranNaming to match Fivetran's naming conventions, so you don't have to rewrite SQL queries or dbt models after migration.
  • Connector health metric. A connector.health gauge enables threshold alerts on sustained connector failures.
  • Force delete. Removes a connector and skips source cleanup, for cases where the source database is no longer reachable.
  • Connector phase tracking. Connector phase now tracks correctly across mid-CDC re-snapshots (SQL Server).

Sources

MongoDB

When infer_typed_strings is enabled, a single unparseable value no longer widens the entire column to text. The majority type wins and outliers coerce to NULL.

Targets

Snowflake

Improves schema reflection and S3 stage handling for virtual-hosted-style URLs.

Last updated on

On this page