* Move icons to connector folder
* Delete old icons
* Update upload logic
* Add icon url to definitions
* Update registry model
* Populate cdn url
* DNC butcher the pipeline
* Low hanging fruit fixes
* Fix bucket name
* Merge old and new approaches
* Fix metadata upload step
* Format
* Fix test
* rename catalog to registry in metadata service
* rename catalog to registry in metadata files
* Run generate models
* Fix missed renames
* Add github personal access token
* Run black
* Automated Change
---------
Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
Scripts to
* Run CATs against the local CDK for one connector
* Run CATs against the local CDK for multiple connectors
* Create a connecter image with the local CDK
---------
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
* Change min spreadsheet id size to 20 symbols
* Bump docker version
* Added allowedHosts
* Updated version
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* source-google-sheets: do not consume http spreadsheets
* source-google-sheets: do not consume http spreadsheets
* update tests
* table format
* auto-bump connector version
---------
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Retry on server errors
* retry on any 5XX
* bump version
* rename function for clarity
* reset
* delete unused code
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* 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>
* Dockerfile to 3.9
* Python version
* More python updates
* 3.9 on GitHub actions and lint updates
* Test out 3.9.11 on GitHub actions
* install python with an action
* formatting: newline
* Also has python code
* only check first level for changed modules
Previous example (source-google-search-console/credentials)
* Test failure: there is no logger.trace
* Generate source-pivotal-tracker
* Projects stream
* Adds tracker stories stream
* Story pagination
* labels
* Releases
* Shared schema with allOf
* Top level $ref didn’t work
* Be more verbose instead of $ref
* Project memberships
* epics
* activity
* Cleaning up todos
* Code formatting
* Unit tests
* small changes
* run format
* add doc
* change uuid value
* run seed config
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Update spec file
* Add Authentication label to credentials section
* Add doc link to spreadsheet ID
* Add a link to setup guide
* update description text for spreadsheet_id in spec
* change spreadsheet_id label in spec to Spreadsheet Link per github issue 11406
Allow using sheet URL instead of sheet ID
* add a parser helper that extracts Sheet ID from a URL
* add a tests for parsing sheet ID out of a URL
* add a test for backward compatibility (parser should recognize an ID)
* Bump connector version in Dockerfile
Update documentation
* Replace screenshot of sheet id with screenshot of sheet URL
* Update connector version in changelog
* Update links to docs in spec file
* Remove copy-pasta comment from another connector
* Spec cleanup
* Add title to credentials
* Add text about where to get spreadsheet ID to spreadsheet_id
* Add an example of spreadsheet id
* 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
* added supported_sync_modes for AirbyteStream initialization to fic full_refresh test
* fix unit test with supported_sync_modes argument in AirbyteStream initialization
* 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