-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Add Github provider #20300
Comments
Not sure is async support is useful, but gidgethub is another solution. |
@eladkal as far as I know LGPL-3.0 License is not compatible with Apache2 license ( we can use ApacheV2 into LGPL3 but not the otherway around), So we can't use PyGithub https://www.apache.org/licenses/GPL-compatibility.html |
This is about Airflow provider. #9898 talks about it at length. |
It's OK. LGPL Is ok as an optional dependency. |
Alll providers - by definition - are optional features of Airflow. |
Body
Add Github provider based on offical Python SDK https://github.com/PyGithub/PyGithub
The SDK has many objects which can be viewed at https://pygithub.readthedocs.io/en/latest/github_objects.html
It would be nice if we can create a hook that can leverage the package and allow the user to interact with it.
For example: being able to to find when file was last commited.
PR example for creating new provider can be seen on #17068
Committer
The text was updated successfully, but these errors were encountered: