label: "Finance" connection: "snowflake_via_lookerappadmin" include: "sony_internal_prod_orchard_monthly_sap_aggregate_feed_history.view.lkml" include: "facts_prod_dim_country.view.lkml" explore: sony_internal_prod_orchard_monthly_sap_aggregate_feed_history { label: "Monthly Aggregate Revenue" view_label: "SAP Aggregate Feed History" case_sensitive: no join: facts_prod_dim_country { view_label: "Transaction Country" sql_on: ${facts_prod_dim_country.country_code} = ${sony_internal_prod_orchard_monthly_sap_aggregate_feed_history.country_key} ;; relationship: many_to_one } }