Bronze 4
Since ‎10-06-2022
yesterday

My Stats

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

Stephen_Monagha'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='....