How can I fetch data of looker in Jupyter Notebook?

ARP2
New Member

Looker API to Python

0 2 661
2 REPLIES 2

We are using AtScale AI-link for that purpose, it works very well as it uses AtScale capabilities to speed up querying very large data sets. But, it is not free.

Use the API to run a query. The results can be in several formats including a json representation and csv. You can see a sample here: https://github.com/looker-open-source/sdk-codegen/blob/main/examples/python/run_look_with_filters.py