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

[QUESTION] Need your help! #322

Open
jeffreyaven opened this issue Oct 27, 2023 · 0 comments
Open

[QUESTION] Need your help! #322

jeffreyaven opened this issue Oct 27, 2023 · 0 comments
Labels
question Further information is requested

Comments

@jeffreyaven
Copy link
Member

Hi @drkostas @trycatcher @eemailme
you are watching stackql, would you be able to ⭐⭐ it! would help us alot 🙏🙏

btw we used stackql and jupyter to work this out 😁

owner = "stackql"
repo = "stackql"
%%stackql
SELECT w.login FROM 
github.activity.repo_watchers w
LEFT OUTER JOIN github.activity.repo_stargazers s
ON w.login = s.login
WHERE owner = '$owner' AND repo = '$repo'
AND s.login IS NULL
@jeffreyaven jeffreyaven added the question Further information is requested label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant