This repo includes tutorials and scripts using Looker and Google Cloud Platform that I have developed for customers and team members. I welcome all comments and feedback; please reach me via LinkedIn or post questions in Looker Community.
- Modeling BQML (BigQuery Machine Learning) in Looker Tutorial | Example Model
- Modeling BigQuery Nested Data Structure in Looker: Tutorial | Example Model
- Install a custom visualization to a Looker instance
- Debug LookML errors "Inaccessible views/fields"
- Create new Looker users from reading email addresses in a Google Sheet
- Send data from Looker to BigQuery with Cloud Functions and Looker Actions
Update: This repository will not be updated moving forward since I commit all of my code snippets directly to Looker's Official SDK Python examples. Please check Looker's example for the latest update.
- Transfer all schedules of a user to another user: Google Colab | (external link) .py file
- Add a board or dashboard to "Favorites" for a list of users: Google Colab | (external link) .py file
- Pause/resume all schedules (using Python's request module): Google Colab
- Pause/resume all schedules (using Looker's native Python SDK): Google Colab | (external link) .py file
- Copy all schedules from a Looker dashboard to another dashboard: coming soon | (external link) .py file
- Kill all running queries in a Looker instance: Google Colab | (external link) .py file