Skip to main content
Schema: stellar.price Table: dim_asset_metadata Type: Base Table A comprehensive dimensional table holding asset metadata and other relevant details pertaining to each id, from multiple providers. This data set includes raw, non-transformed data coming directly from the provider APIs and rows are not intended to be unique. As a result, there may be data quality issues persisting in the APIs that flow through to this dimensional model. If you are interested in using a curated data set instead, please utilize ez_asset_metadata.

Columns

Column NameData TypeDescription
PROVIDER_ASSET_IDTEXTThe unique identifier representing the asset.
ASSET_ISSUERTEXT
ASSET_CODETEXT
NAMETEXTThe name of the asset.
SYMBOLTEXTThe symbol of the asset.
BLOCKCHAINTEXTThe Blockchain, Network, or Platform for this asset.
BLOCKCHAIN_IDTEXTThe unique identifier of the Blockchain, Network, or Platform for this asset.
PROVIDERTEXTThe provider or source of the data.
DIM_ASSET_METADATA_IDTEXTUnique primary key for the dimension table, used as the main identifier for each record.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when this record was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when this record was last modified.