Looker API

Hi!

I have created this SDK python script, using the Run_Look function, which grabs data from a look (simple table), and generates a json file.

Would you guys know if there is a way that I can create an API link where the user can click on it, and generate this json file containing the data from the look, so that they can use it as a data source for data analysis in a bi tool?

1 1 40
1 REPLY 1

Hi @lucas_xind !

Maybe you don't need to use looker, if you have your data in BigQuery you can create a json on Cloud Storage and share the link to the file. Check this doc: https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-json?

Hope it helps you!