-
Notifications
You must be signed in to change notification settings - Fork 15.9k
[AIRFLOW-5158] Add Google Sheets hook #5845
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
Conversation
turbaszek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @hagope! I left few comments. Unit test are important but system test are also welcomed! If you can, please move the hook to airflow/gcp/hooks/sheets.py as AIP-21 suggest. The folder should already exists on master. Same about tests tests/gcp/hooks/test_sheets.py ;)
|
@milton0825 and @nuclearpinguin thank you for the feedback! I can make all the changes you've mentioned, after doing so shall I update append my changes to this commit? |
|
@hagope you can use |
|
@nuclearpinguin @mik-laj @milton0825 Thank you for your code review and feedback, I've gone ahead and fixed up this commit with the following:
Please take a look and let me know if I need any additional changes. |
|
hi @mik-laj please take a look when you get a chance and let me know your feedback, thank you! |
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
|
thanks for the feedback! i've committed the suggestions through GitHub not sure you feel about that, it did create bunch more commits but I'm assuming we'll squash commits before merge |
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-Authored-By: Kamil Breguła <mik-laj@users.noreply.github.com>
|
Hi @mik-laj thanks again for the review, I've updated and committed please take a look when you have a chance. |
|
Can you squash all your commits? |
|
Why can't you do this while merging? Merging with squash makes work much easier because you can also correct an incorrect title e.g. it should be started by uppercase letter. I planned to return to this PR this week. I love Google and any PR that deals with it will definitely not miss me. |
Awesome thank you @mik-laj and @nuclearpinguin ... If you need me to do anything please let me know. |
|
I would rather educate people to follow the convention instead. |
|
This makes work difficult because it is harder to check what has changed since the last review. I think that the author of this PR has created many commits not because of laziness, but for our convenience. I don't feel that it would be worth changing. It's worth asking for squashing when you can't do a review without it. |
|
Thanks for guiding me through my first contribution, I've learned a lot along the way and next time hopefully will be much smoother! Looking forward to working more on this project 👍 💯 |
Jira
Description
Tests
Commits
Documentation
Code Quality
flake8