sources


Description

A row in this table represents a source \(Github, AngelList, Dribbble etc…\).

Columns

Column Type Size Nulls Auto Default Children Parents Comments
source_id varchar 2147483647 null
agency_sources.source_id agency_sources_source_id_fkeyN
api_credential_sources.source_id api_credentials_sources_source_id_fkeyN
opportunity_sources.source_id opportunity_sources_source_id_fkeyN

Primary key.

account_id varchar 2147483647 null

ID of the account the record belongs to.

source varchar 2147483647 null

Custom name for the source

row_updated_at timestamp 29,6 null

Date this entity was updated in the transformation. Useful to setup incremental refreshes of the data in your periodic ETL job.

Indexes

Constraint Name Type Sort Column(s)
sources_pkey Primary key Asc source_id
sources_account_id_index Performance Asc account_id

Relationships