-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🐞 Source google sheets: fix nonetype exception when no spreadsheet id is found #17766
Conversation
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.
Thanks for the fix! Do not forget to bump the connection version in the Dockerfile + Changelog before publishing.
/test connector=connectors/source-google-sheets
Build PassedTest summary info:
|
/publish connector=connectors/source-google-sheets
if you have connectors that successfully published but failed definition generation, follow step 4 here |
The publication failed:
The error looks transient though. |
/publish connector=connectors/source-google-sheets
if you have connectors that successfully published but failed definition generation, follow step 4 here |
… is found (airbytehq#17766) * Check if the match is not none * Bump version * auto-bump connector version [ci skip] Co-authored-by: Octavia Squidington III <[email protected]>
What