Closed dsmdavid closed 1 year ago
@dpguthrie hi! Not sure what went wrong in the build above. Multiple tests failing that I would have sweared I had not touched. Happy to re-work if you could share some pointers. Cheers!
I think this is on me with the way I configured the action. Let me see if I can figure this out.
On Tue, May 30, 2023 at 2:12 PM David Sanchez @.***> wrote:
@dpguthrie https://github.com/dpguthrie hi! Not sure what went wrong in the build above. Multiple tests failing that I would have sweared I had not touched. Happy to re-work if you could share some pointers. Cheers! [image: image] https://user-images.githubusercontent.com/11340545/242084475-56dd5a50-aaa2-444b-b3e3-d3750f6a23b1.png
— Reply to this email directly, view it on GitHub https://github.com/dpguthrie/dbtc/pull/90#issuecomment-1569026896, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNZ7N5TAQUALUKVF5D2ICLXIZIB5ANCNFSM6AAAAAAYNBNLBA . You are receiving this because you were mentioned.Message ID: @.***>
Type of change
Related
This closes #86
Description
There are some methods with invalid arguments in the admin client:
delete_user_group
--> needs apayload
similar tocreate_user_group
assign_user_to_group
--> does not requireproject_id
This PR updates the methods definition using the "unofficial" docs.
It also updates the Python-relevant docs for those methods changed, as well as for the
get_project_by_name
.