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/list groups w users #667

Merged
merged 10 commits into from
Oct 2, 2024
Merged

Fix/list groups w users #667

merged 10 commits into from
Oct 2, 2024

Conversation

gcharest
Copy link
Contributor

@gcharest gcharest commented Oct 2, 2024

Summary | Résumé

  • Standardize and simplify listing groups members from integrations (AWS and Google)
  • Add a function to flatten results into a data frame for more performant processing of large data sets

@gcharest gcharest requested a review from a team October 2, 2024 19:45
@gcharest gcharest self-assigned this Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

GitHub Action status on 14807cb generated by comment-failure-action

Lint, format and test code

job url
null https://github.com/cds-snc/sre-bot/actions/runs/11150553964/job/30991950088

Build containers CI

No jobs failed 👍

@gcharest gcharest enabled auto-merge (squash) October 2, 2024 19:50
@gcharest gcharest disabled auto-merge October 2, 2024 19:52
}
flattened_data.append(flattened_record)

return pd.DataFrame(flattened_data)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice that you are converting this to a data frame.

@gcharest gcharest merged commit 9684ed3 into main Oct 2, 2024
7 checks passed
@gcharest gcharest deleted the fix/list_groups_w_users branch October 2, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants