Skip to content

Update github_organization_member table to include all user fields #279

Closed

Description

Is your feature request related to a problem? Please describe.
I'd like the table to return all available user fields, not just login.

Describe the solution you'd like
Update the table to use the GraphQL API

Describe alternatives you've considered
n/a

Additional context
For any fields that have paging, consider implementing that field as another table to avoid excess API calls (as per https://steampipe.io/docs/develop/plugin-release-checklist#data-ingestion).

New columns

  • id
  • node_id
  • email
  • url
  • created_at
  • updated_at
  • any_pinnable_items
  • avatar_url
  • bio
  • company
  • estimated_next_sponsors_payout_in_cents
  • has_sponsors_listing
  • interaction_ability
  • is_bounty_hunter
  • is_campus_expert
  • is_developer_program_member
  • is_employee
  • is_following_you
  • is_github_star
  • is_hireable
  • is_site_admin
  • is_sponsoring_you
  • is_you
  • location
  • monthly_estimated_sponsors_income_in_cents
  • pinned_items_remaining
  • projects_url
  • pronouns
  • sponsors_listing
  • status
  • twitter_username
  • can_changed_pinned_items
  • can_create_projects
  • can_follow
  • can_sponsor
  • is_following
  • is_sponsoring
  • website_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions