Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update readme to link to update_prod_branches_to_main.py #971

6 changes: 5 additions & 1 deletion examples/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ The full details of all Looker API endpoints are listed in Looker Docs: [Version
## User : Manage Users

- [Disable all active user sessions](logout_all_users.py)
- [Google Cloud Function: User Creation](cloud-function-user-provision)
- [Add a list of users to a group from a CSV](add_users_to_group_from_csv.py)

## Project : Manage Projects
- [Update projects to use Main asthe production branch](update_prod_branches_to_main.py)
- [Google Cloud Function: User Creation](cloud-function-user-provision)