You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cbruno10 - I've committed to the associated branch some code with the optional new columns commented out due to adding a few seconds of performance hit, would it be possible for you to test with/without the additional columns and give your thoughts on if they should be included? (If so will update docs to include examples of them).
Is your feature request related to a problem? Please describe.
I'd like to use the GraphQL API when querying the table
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
email
created_at
updated_at
any_pinnable_items
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
Removed columns
gravatar_id
doesn't appear to be available.type
doesn't appear to be available (albeit, this is probablyUser
).state
doesn't appear to be available.html_url
would just be a duplicate ofurl
.events_url
->https://api.github.com/users/graza-io/events{/privacy}
followers_url
->https://api.github.com/users/graza-io/followers
following_url
->https://api.github.com/users/graza-io/following{/other_user}
gists_url
->https://api.github.com/users/graza-io/gists{/gist_id}
organizations_url
->https://api.github.com/users/graza-io/orgs
received_events_url
->https://api.github.com/users/graza-io/received_events
repos_url
->https://api.github.com/users/graza-io/repos
starred_url
->https://api.github.com/users/graza-io/starred{/owner}{/repo}
subscriptions_url
->https://api.github.com/users/graza-io/subscriptions
Columns with data changes (please include examples of old and new data for each entry)
url
- now has contents previously inhtml
(the web ui link for the user).The text was updated successfully, but these errors were encountered: