Trigger python script with parameters on the click of button from looker

TAD
Observer

Hello,

I would like to trigger a python script on the click of button with the filters selected by user as a parameter. Is it possible?

For example, If user filters shop name and click on run button it should trigger a python script with the shop name selected by user.

Thanks

0 1 1,693
1 REPLY 1

This may be what you are looking for https://www.dataflix.com/write-back-in-looker/

We also have example with cloud functions here, https://community.looker.com/sql-10/update-write-back-data-on-bigquery-from-looks-9408 but the same could be done with a Lamda function or any equivalent service/api.