* bump GA connectors to latest version of python cdk
* update changelogs
* fix changelogs
* more changelog fixes
* auto-bump connector version
* auto-bump connector version
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Source Google Sheets #8313 - migrate to the CDK
* Source Google Sheets #8313 - fixing unit tests
* Source Google Sheets #8313 - reformat
* Source Google Sheets #8313 - update ci_credentials
* Source Google Sheets #8313 - bump version and update docs
* Fix error during listing sheets with diagram only
* added PR number
* fixed formatting
* add dummy test
* added filter for grid sheets, added SAT tests.
* added new GOOGLE_SHEETS_TESTS_CREDS env
* fixed formatting
Template generation for new Source using the Santa CDK - provide basic scaffolding for someone implementing a new source.
General approach is to buff up comments in the original SDK, and add TODOs with secondary comments in the generated stub methods, as well as links to existing examples (e.g. Stripe or ExchangeRate api) users can look at.
Checked in and added tests for the generated modules.
* Issue #1353: implement backoff for integration tests
* update code for backoff HTTP error while read Google Sheet
* create Client class for Google Sheets with backoff all methods
* update Google Sheets Source after review #2
* update docker version for google_sheets_source