Skip to main content

Destinations

Landed supports 5 destination types. Your data is loaded into the destination after each sync, with automatic schema creation and evolution.

DestinationTypeSetup Guide
BigQueryCloud data warehouseGuide
SnowflakeCloud data warehouseGuide
PostgreSQLRelational databaseGuide
RedshiftCloud data warehouseGuide
DuckDBEmbedded analyticsGuide

How Destinations Work

When Landed syncs data from a connector, it:

  1. Creates tables automatically in your destination using the naming pattern <connector>__<stream> (e.g., stripe__customers, hubspot__contacts)
  2. Evolves schema when new fields are detected at source -- columns are added automatically
  3. Writes metadata columns for tracking:
    • _landed_synced_at -- when the record was last synced
    • _landed_active -- whether the record is currently active
    • _landed_deleted_at -- timestamp if the record was deleted at source
    • _landed_source -- the connector that produced this record
    • _landed_sync_id -- unique ID of the sync run

Network Access

If your destination is behind a firewall, allow Landed's static egress IPs:

EnvironmentIPs
Production34.170.185.84, 35.192.90.94
Staging34.171.93.34