* Add source-gridly
* Correct current_page init value
* The first batch was fetching twice
* Remove `integration_tests/catalog.json` from source-gridly
* Allow select any view on grid to sync records
* Correct documentationUrl for source gridly
* use class property for source endpoint instead of local variable
* Add tests and format code
* Add gridly.md docs file
* add gridly to source def
* auto-bump connector version
Co-authored-by: Tan Ho <th@localizedirect.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Create interface, factory for metric client
* remove unused func
* change count val to use long
* PR fix
* otel metric client implementation
* merge conflicts resolve
* build fix
* add a test, moved version into deps catalog
* fix test
* add docs for open telemetry
* fix kube setting for otel, and add doc
* helm related fields update for opentel
* add job state machine validations to persistence and tests
* update state machine diagram
* format
* remove terminal state transitions
* fail attempt before cancelling job, to respect job state machine
* update job status state machine diagram
* verify order of db calls
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
Original API used in the example is no longer free, so while following the tutorial I found a different API to use in the tutorial and updated the example code to match the new API. Also made a few small changes.
Update Build-a-connector tutorial
* Update screenshots and instructions to match current UI
* Update code examples to use Polygon.io API
* Add links to language-specific guides
* Consistently use Python (uppercase P) when referring to the language
and python (lowercase) p in code samples
* Consistently do not use "." in lists
* Add an image of Airbyte startup banner
* Add a note for M1 macs
* Remove unused images
* Make Dockerfile consistent with the tutorial
* Update on-oci-vm.md
- Edited sudo command for docker-compose to add version to first block
- Edited command for docker-compose to add sudo to second block
- Added OCI bastion service as a second connection option to deploy Airbyte as a fully secure service in a private subnet
- Multiple movement of blocks to ensure deployment guide has a seamless narrative for the connectivity options
* Update docs/deploying-airbyte/on-oci-vm.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/deploying-airbyte/on-oci-vm.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/deploying-airbyte/on-oci-vm.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update on-oci-vm.md
* Add files via upload
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Additinal details about Windows specific long filename error during cloning
* Corrected the path
* Revert "Corrected the path"
This reverts commit bbd3b78fcb.
* Revert "Additinal details about Windows specific long filename error during cloning"
This reverts commit 0b695eea1a.
* Email is mandatory 'Specify your preferences', Link to docker inst guide
* Use relative paths while linking
* Typo in Destination section
* On Windows, fixing long filename error during cloning
* For Windows with WSL2 and Docker, clarify steps to locate destination local folder
* Link to locating local files on Windows
* Update docs/contributing-to-airbyte/updating-documentation.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/quickstart/set-up-a-connection.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/examples/postgres-replication.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/examples/postgres-replication.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/examples/postgres-replication.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/deploying-airbyte/local-deployment.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/deploying-airbyte/local-deployment.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Patali, Prashanth <ppatali@hidglobal.com>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Add guide on how to upgrade a connector.
* Update intrusctions on navigating to DockerHub
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>