Insert picture from google drive

Hi All

How can I insert a picture from google drive into a Looker Dashboard. We have done this with other pics that are hosted on our devlopment environment (I think this is AWS?).

In understand that Looker does not have the ability to insert a picture, but I was hoping one would be able to it in a similar way we did with the others.


view: dim_variant_test_pics {
derived_table: {
sql: select 1 as variant_test_pic ;;
}


dimension: variant_test_pay_later_selector {
html: <img src="https://drive.google.com/file/d/1VuXZZDIoQ1TSh-M3aPHQyD9TM-hiFd-B/view?usp=sharing"> ;;
sql: ${TABLE}.variant_test_pic ;;
}

dimension: variant_test_pay_later_selector_w_most_popular_sash {
html: <img src="https://drive.google.com/file/d/11Hwpux0WDSbYxuxhkHv2puVoq2bTkzda/view?usp=sharing"> ;;
sql: ${TABLE}.variant_test_pic ;;
}

}

Any tips or advise?

0 1 2,391
1 REPLY 1
Top Labels in this Space