Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Fivetran metadata collector

Provides read-only access to metadata from a Fivetran account.

The collector harvests metadata from Fivetran assets, including connectors, jobs, groups, sources, and destinations. Supports impact analysis to understand how changes to upstream Fivetran connectors affect downstream systems.

Metadata cataloged

The Fivetran collector catalogs the following information.

ObjectInformation cataloged
GroupsName, Identifier, Creation date
ConnectorsIdentifier, Succeeded at datetime, Failed at datetime, Created at datetime, Sync frequency, Name, Version, Daily sync time, Schedule type, Setup state, Update state, Pause state, Sync state, Connector type, Connected by user identifier
Connector JobsRun state (Failed time, Success time)
DestinationName, Setup status, Destination type, Identifier, Region
Data sourceData source configuration properties, as configuration key and value pairs.
Database tabular sourceDatabase name, Server, Port, JDBC URL
Non-database tabular sourceDatasource ID, Name
Database schemaName
Destination databaseDatabase name, Server, Port, JDBC URL
ColumnsName

Relationships between objects

Catalog pages show relationships between the following data asset types:

Data asset pageRelationship
GroupDestinations within group, Connectors within group
ConnectorSource associated to connector, group that contains this connector, connector job which was initiated by this connector.
Connector JobConnector
Fivetran Data SourceTables that this Fivetran Data Source connects to via Source (file or database), Connector that connects to this Fivetran Data Source
Data SourceTables within data source. For non-database sources, tabular sources connected via data source
DestinationTables within destination, group that contains this destination
TableColumn within the table
ColumnTable containing the column

Lineage for Fivetran

The collector identifies source columns from which destination columns derive their data through copy or load operations. Catalogs all database sources and destinations.

Supported data sources and connectors for cross-system lineage:

  • PostgreSQL
  • Salesforce
  • SQL Server

Supported database destinations for cross-system lineage:

  • Snowflake
  • SQL Server
ObjectLineage available
Source database columns and tablesDownstream destinations that source data from these columns and tables

Authentication supported

The collector authenticates using a Fivetran API key. The API key owner must have read access to destinations and connectors.

See the Fivetran role-based access control documentation for details on API keys and permissions.

Parent Topic:Configuring metadata collectors