api_credential_sources


Description

A row in this table represents associates an api credential with a source tag.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
api_credentials_source_id varchar 2147483647 null

Primary key.

api_credential_id varchar 2147483647 null
api_credentials.api_credential_id api_credentials_sources_api_credential_id_fkeyN

ID of the api credential record

source_id varchar 2147483647 null
sources.source_id api_credentials_sources_source_id_fkeyN

ID of the source associated with this entity.

account_id varchar 2147483647 null

ID of the account the record belongs to.

source varchar 2147483647 null

Name of the source associated with an api credential

source_rank numeric 131089 null

Order of the source on an api credential, starting with 0.

row_updated_at timestamp 29,6 CURRENT_TIMESTAMP

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

Indexes

Constraint Name Type Sort Column(s)
api_credentials_sources_pkey Primary key Asc api_credentials_source_id
api_credential_sources_api_credential_id_idx Performance Asc api_credential_id
api_credential_sources_source_id_idx Performance Asc source_id
api_credentials_sources_account_id_index Performance Asc account_id

Relationships