view: orch_app_ar_prod_royalty_accounting_exchange_rate { sql_table_name:ORCHARD_APP_REPORTING_V2.PROD_ROYALTY_ACCOUNTING_ROYALTY_ACCOUNTING.EXCHANGE_RATE;; dimension: exchange_rate_id { type: number sql: ${TABLE}.exchange_rate_id ;; primary_key: yes hidden: yes } dimension: from_currency_code { type: string sql:${TABLE}.from_currency_code;; } dimension: to_currency_code { type: string sql:${TABLE}.to_currency_code;; } dimension: statement_period_id { type: number sql: ${TABLE}.statement_period_id ;; } dimension: rate { type: number sql: ${TABLE}.rate ;; } }