* Add handling of scroll param when it expired
* Updated PR number
* Fix typo in docs
* Add unittest
* Updated scroll or standard switch mechanism
* Updated to linters
* Updated spec.yaml and defenitions
* Added oauth support
* fixed description of access_token field in Oauth authentication
* test selenium
* add java implementation
* remove commented dependencies| remove star import
* remove System.out.println
* added support for old format of spec.json files.
* added support for old format of spec.json files.
* added support for old format of spec.json files
* added credential with new spec format
* bumped connector version
* Reverted format of spec.json file
* Override extractRefreshToken method
* java oauth test fixes, minor updates, cloud spec version update
* Fixed docs strings
* Added HttpClient argument
* revert changes in seed folder to follow new dev flow
* Updated image version in seed
* Fixed import of IntercomOAuthFlow
* updated IntercomOAuthFlow to match base class changes
* Change image version to 0.1.8
Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)
* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)
updated image version
* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)
correction of remarks
* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966)
bumb image version
* Intercom: Fix "updated_at" data type
* Add start date formatting to timestamp
* Update updated_at field for all schemas and integration tests
* Bumped version
Co-authored-by: lazebnyi <serglazebny@gmail.com>
source-acceptance-test framework not longer required json_schema parameters
from catalog file. This parameter is verbose, makes reading config file
complicated and could be misleading when debugging acceptance test issues.
Co-authored-by: Dmytro Rezchykov <dmitry.rezchykov@zazmic.com>
* Correct Intercom rate limit
The rate limit was accidentally set to 1000 requests per hour, whereas it actually should be 1000 requests per minute. We should really time the request and run based off of that, but this is a super quick order of magnitude improvement without having to refactor anything.
* Update version in Dockerfile
* Update seed version
* Update version in the source definition file
* Add changelog and rete limits link to docs
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>