bsc-models/models/bronze/prices/bronze__complete_token_prices.sql
drethereum a8f9fee4cb
AN-4705/prices-v2 (#261)
* new prices models, docs and references

* native asset

* new names

* addr desc
2024-05-01 13:11:10 -06:00

32 lines
499 B
SQL

{{ config (
materialized = 'view'
) }}
SELECT
HOUR,
token_address,
asset_id,
symbol,
NAME,
decimals,
price,
blockchain,
blockchain_name,
blockchain_id,
is_imputed,
is_deprecated,
provider,
source,
_inserted_timestamp,
inserted_timestamp,
modified_timestamp,
complete_token_prices_id,
_invocation_id
FROM
{{ source(
'crosschain_silver',
'complete_token_prices'
) }}
WHERE
blockchain = 'bsc'