From 4dbecae0baedc116ab0d83541d1b2f93ad89ad7b Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Wed, 18 Dec 2024 14:39:23 +0100 Subject: [PATCH] add exposure --- models/reporting/exposures.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/models/reporting/exposures.yml b/models/reporting/exposures.yml index 66a945e..c167f33 100644 --- a/models/reporting/exposures.yml +++ b/models/reporting/exposures.yml @@ -335,3 +335,19 @@ exposures: owner: name: Joaquin Ossa email: joaquin.ossa@superhog.com + + - name: fx_rates_integration_with_billing_db + label: FX Rates integration with Billing DB + type: application + maturity: high + url: https://www.notion.so/knowyourguest-superhog/Currency-Rates-for-apps-integration-1600446ff9c9804faa66f982f294e6e8?pvs=4 + description: | + We currently push our currency rates data into the BillingDB with Airbyte. + Application runtimes request currency rates data from there. + + depends_on: + - ref('daily_currency_exchange_rates') + + owner: + name: Pablo Martin + email: pablo.martin@superhog.com