label: "Revenue Export for UK" connection: "snowflake_via_lookerappadmin" #include: "dt_finance_export_uk.view.lkml" include: "*.view.lkml" explore: dt_finance_export_uk { label: "Revenue Export for UK" view_label: "Revenue Export for UK" hidden: yes # join: manual_adjustment { # sql_on: ${dt_finance_export_uk.label_id} = ${manual_adjustment.parent_id} ;; # relationship: one_to_one # } # # join: booked_vendor_contract_snapshot { # sql_on: ${dt_finance_export_uk.label_id} = ${booked_vendor_contract_snapshot.vendor_id} ;; # relationship: one_to_one # } # # join: orch_app_ar_currencies { # sql_on: ${booked_vendor_contract_snapshot.currency_id} = ${orch_app_ar_currencies.currency_id} ;; # relationship: one_to_one # } # # join: currency_exchange_rates { # sql_on: ${orch_app_ar_currencies.currency_id} = ${currency_exchange_rates.currency_from_id} ;; # relationship: one_to_many # fields: [] # } }