关于“使用 LookML 创建派生表”的评价
21397 条评价
Okasha S. · 已于 12 months前审核
best
ANGBEEN S. · 已于 12 months前审核
Marium K. · 已于 12 months前审核
In Task 4, the data group trigger should be added to order_details view, as this is the view that was joined in the order_items explore, and is visible in the explore. The instructions say to add the datagroup trigger in the order_details_summary, which is not visible in the explore, and is inconsistent with description of resulting sql query, that replaces CTE with select statement.
Ksenia G. · 已于 12 months前审核
Rajnikant S. · 已于 12 months前审核
Kissinger P D. · 已于 12 months前审核
Ahsan A. · 已于 12 months前审核
Syed Umair A. · 已于 12 months前审核
Nimra Z. · 已于 12 months前审核
Laura H. · 已于 12 months前审核
Muhammad S. · 已于 12 months前审核
connection: "bigquery_public_data_looker" # include all the views include: "/views/*.view" include: "/z_tests/*.lkml" include: "/**/*.dashboard" datagroup: training_ecommerce_default_datagroup { # sql_trigger: SELECT MAX(id) FROM etl_log;; max_cache_age: "1 hour" } persist_with: training_ecommerce_default_datagroup label: "E-Commerce Training" explore: order_items { join: order_details { type: left_outer sql_on: ${order_items.order_id} = ${order_details.order_id};; relationship: many_to_one } join: users { type: left_outer sql_on: ${order_items.user_id} = ${users.id} ;; relationship: many_to_one } join: inventory_items { type: left_outer sql_on: ${order_items.inventory_item_id} = ${inventory_items.id} ;; relationship: many_to_one } join: products { type: left_outer sql_on: ${inventory_items.product_id} = ${products.id} ;; relationship: many_to_one } join: distribution_centers { type: left_outer sql_on: ${products.distribution_center_id} = ${distribution_centers.id} ;; relationship: many_to_one } } explore: events { join: event_session_facts { type: left_outer sql_on: ${events.session_id} = ${event_session_facts.session_id} ;; relationship: many_to_one } join: event_session_funnel { type: left_outer sql_on: ${events.session_id} = ${event_session_funnel.session_id} ;; relationship: many_to_one } join: users { type: left_outer sql_on: ${events.user_id} = ${users.id} ;; relationship: many_to_one } }
Tiến Dũng Đ. · 已于 12 months前审核
Good
Khafi L. · 已于 12 months前审核
Nauman K. · 已于 12 months前审核
Jahanzeb R. · 已于 12 months前审核
Abdul K. · 已于 12 months前审核
JOSE EDUARDO F. · 已于 12 months前审核
Hamza S. · 已于 12 months前审核
Ali A. · 已于 12 months前审核
Tahir Z. · 已于 12 months前审核
Harris A. · 已于 12 months前审核
Hamza S. · 已于 12 months前审核
Alex F. · 已于 12 months前审核
Thomas J. · 已于 12 months前审核
Shafee M. · 已于 12 months前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。