We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got this error message AttributeError: 'S3Hook' object has no attribute 'connection' while running the operator.
AttributeError: 'S3Hook' object has no attribute 'connection'
freshdesk_plugin/operators/freshdesk_to_s3_operator.py
Line 139 in 4c54998
The text was updated successfully, but these errors were encountered:
Is it safe not to explicitly close the connection?
Sorry, something went wrong.
Facing the same problerm, hence joining the question..
No branches or pull requests
I got this error message
AttributeError: 'S3Hook' object has no attribute 'connection'
while running the operator.freshdesk_plugin/operators/freshdesk_to_s3_operator.py
Line 139 in 4c54998
After commenting out this line everything worked fine.
The text was updated successfully, but these errors were encountered: