Creating Derived Tables Using LookML Reviews
21664 reviews
Katie V. · Reviewed about 1 year ago
lily g. · Reviewed about 1 year ago
Hamdan D. · Reviewed about 1 year ago
Andrea R. · Reviewed about 1 year ago
Laiba N. · Reviewed about 1 year ago
Waheed U. · Reviewed about 1 year ago
Matteo D. · Reviewed about 1 year ago
Okasha S. · Reviewed about 1 year ago
best
ANGBEEN S. · Reviewed about 1 year ago
Marium K. · Reviewed about 1 year ago
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. · Reviewed about 1 year ago
Rajnikant S. · Reviewed about 1 year ago
Kissinger P D. · Reviewed about 1 year ago
Ahsan A. · Reviewed about 1 year ago
Syed Umair A. · Reviewed about 1 year ago
Nimra Z. · Reviewed about 1 year ago
Laura H. · Reviewed about 1 year ago
Muhammad S. · Reviewed about 1 year ago
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 Đ. · Reviewed about 1 year ago
Good
Khafi L. · Reviewed about 1 year ago
Nauman K. · Reviewed about 1 year ago
Jahanzeb R. · Reviewed about 1 year ago
Abdul K. · Reviewed about 1 year ago
JOSE EDUARDO F. · Reviewed about 1 year ago
Hamza S. · Reviewed about 1 year ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.