Skip to content

Conversation

@rsg17
Copy link
Contributor

@rsg17 rsg17 commented Dec 28, 2021

related: #8471

This PR adds hook for integrating with Google Calendar and corresponding unit tests. The code/steps follow a structure similar to that of Google Sheets integration.

Further steps to close #8471 involve creating operators to write to GCS, corresponding unit tests and system tests. I will create those as a separate PR.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

@rsg17 rsg17 requested a review from turbaszek as a code owner December 28, 2021 23:24
@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Dec 28, 2021
Copy link
Member

@turbaszek turbaszek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart few small comment it looks good!

@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Dec 30, 2021
@github-actions
Copy link

The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease.

@turbaszek
Copy link
Member

@rsg17 can you please take a look at failing docs and static checks builds?

@rsg17
Copy link
Contributor Author

rsg17 commented Dec 31, 2021

@rsg17 can you please take a look at failing docs and static checks builds?

Done. All checks passed now!

@josh-fell
Copy link
Contributor

josh-fell commented Dec 31, 2021

Based on #11419 being brought up recently, should this be all be packaged under providers.google.workspace. rather than providers.google.suite.?

@eladkal
Copy link
Contributor

eladkal commented Dec 31, 2021

Based on #11419 being brought up recently, should this be all be packaged under providers.google.workspace. rather than providers.google.suite.?

Not for now since no one is working on this.

@rsg17 rsg17 force-pushed the google_calendar branch 3 times, most recently from a05442a to 7d936a4 Compare January 2, 2022 22:38
Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM
left minor comments

Copy link
Member

@turbaszek turbaszek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment but otherwise looks good to me!

@turbaszek turbaszek merged commit 58452f9 into apache:main Jan 3, 2022
@turbaszek
Copy link
Member

Great job @rsg17 ! Now it's time to add some operators 🚀

@rsg17
Copy link
Contributor Author

rsg17 commented Jan 3, 2022

Great job @rsg17 ! Now it's time to add some operators 🚀

Thank you for your suggestions and reviews @turbaszek and @eladkal. Will work on operators next. Happy new year!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) okay to merge It's ok to merge this PR as it does not require more tests provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add integration with Google Calendar API

5 participants