Skip to content

Instantly share code, notes, and snippets.

@betodealmeida
Created February 23, 2024 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betodealmeida/21628360d580dd336937b8c617934039 to your computer and use it in GitHub Desktop.
Save betodealmeida/21628360d580dd336937b8c617934039 to your computer and use it in GitHub Desktop.
sql> SELECT assignees, labels, reactions, author_association FROM "https://api.github.com/repos/apache/superset/issues" WHERE assignees != '[]' AND labels != '[]' LIMIT 2;
assignees labels reactions author_association
---------------------------- ---------------------- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ --------------------
["betodealmeida"] ["data:connect:drill"] [{"url": "https://api.github.com/repos/apache/superset/issues/27028/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}] NONE
["mistercrunch", "rusackas"] ["P1"] [{"url": "https://api.github.com/repos/apache/superset/issues/26997/reactions", "total_count": 7, "+1": 6, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1}] NONE
(2 rows in 1.57s)
sql>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment