Welcome to the

Looker Community

The place for data-driven discussion and all your Looker questions, answers, and excitement.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 4
Since ‎10-06-2022
Friday

My Stats

  • 11 Posts
  • 1 Solutions
  • 6 Likes given
  • 7 Likes received

hgoscar's Bio

Badges hgoscar Earned

View all badges

Recent Activity

from looker_sdk import models,sdk sdk = looker_sdk.init40(config_file='../looker.ini', section='LOOKER') ''' To use, please follow the instructions below. 1) Create a looker.ini file with [LOOKER] # Base URL for API. Do not include /api/* in the url....
A Python script to get list of all dashboards (including LookML dashboards). The information that is retrieved includes the model, folder, and explore that the dashboard is based on. import csv import looker_sdk sdk = looker_sdk.init40(config_file='....