Skip to content

Commit 5bb2fdb

Browse files
drstrangelookereric-lyonsjoeldodge79
authored
fix: Update readme to link to update_prod_branches_to_main.py (#971) (#986)
* Create simple_schedule_plan.py Many people have come on chat about creating schedules with the sdk and I just wanted to create a barebones example, so we can direct them to a public example. * Update README.md Updated readme to point at simple_schedule_plan example * Update README.md Update readme to link to new example of adding users to a group from a CSV. * updated readme to point at script which updates prod branches touse main rather than master Co-authored-by: Joel Dodge <[email protected]> Co-authored-by: Dr. Strangelove <[email protected]> Co-authored-by: Eric Lyons <[email protected]> Co-authored-by: Joel Dodge <[email protected]>
1 parent 793ba2e commit 5bb2fdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/python/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ The full details of all Looker API endpoints are listed in Looker Docs: [Version
4141
## User : Manage Users
4242

4343
- [Disable all active user sessions](logout_all_users.py)
44-
- [Google Cloud Function: User Creation](cloud-function-user-provision)
44+
- [Add a list of users to a group from a CSV](add_users_to_group_from_csv.py)
45+
46+
## Project : Manage Projects
47+
- [Update projects to use Main asthe production branch](update_prod_branches_to_main.py)
48+
- [Google Cloud Function: User Creation](cloud-function-user-provision)

0 commit comments

Comments
 (0)