GoogleApiToS3Operator started throwing an error on airflow MWAA after update #2228
Unanswered
HammadASiddiqui
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I have the following packages installed in my env
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using the follwing task to extract the details from google shhet and push to s3
it was working fine but then I updated my MWAA environment to 2.4.3 and somehow the package dependency has messed up and the operator now has started to throw the following error
TypeError: GoogleDiscoveryApiHook.__init__() got an unexpected keyword argument 'delegate_to'
can someone please guide me on what package requirements are there to fix the issue
Beta Was this translation helpful? Give feedback.
All reactions