
Overview
The Datasource Reference source type lets you create a new datasource that reads data from another existing datasource. This is the foundation for derived datasources that compute or combine data from multiple sources.Configuration
Only worker-mode datasources (datasources that pull and store data) can be used as references. The referenced datasource must have a live version with data.
Use Cases
Datasource references are used in several special configurations:How It Works
- The new datasource reads data from the referenced datasource’s live storage instead of an external source.
- Fields from the referenced datasource are available for mapping in the new datasource.
- When the referenced datasource updates, the dependent datasource can automatically refresh (depending on the configured refresh schedule).