small text fixes

This commit is contained in:
Pablo Martin 2024-06-14 13:24:23 +02:00
parent 0d6e980832
commit bf97a947ed

View file

@ -1,17 +1,17 @@
models: models:
- name: stg_xedotcom__exchange_rates - name: stg_xedotcom__exchange_rates
description: >- description: >-
Exchange Rates source from xedotcom. The time granularity is daily. Each Exchange Rates sourced from xedotcom. The time granularity is daily. Each
record holds a currency pair for any given day. record holds a currency pair for a specific day.
Reverse rates are explicit. This means that, for any given day and any Reverse rates are explicit. This means that, for any given day and any
given currency pair. you will find two records with opposite from/to given currency pair. you will find two records with opposite from/to
positions. So, for 2024-01-01, you will find both a EUR->USD record and a positions. So, for 2024-01-01, you will find both a EUR->USD record and a
USD->EUR record with the opposite rate. USD->EUR record with the opposite rate (1/rate).
columns: columns:
- name: id_exchange_rate - name: id_exchange_rate
description: A unique ID for record, derived from concatenating the currencies description: A unique ID for the record, derived from concatenating the
and date. Currency order is relevant (EURUSD != USDEUR). currencies and date. Currency order is relevant (EURUSD != USDEUR).
data_type: text data_type: text
tests: tests:
- not_null - not_null