* add source notion
* update PR number in change log
* bug fix and code improvement as code review suggestions
* code improvement as review advices
* new connector notion
* format
* correct creds file
* run seed
* bump connector version
* format
Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
This is a custom auto-setup script for the temporal environment. Unfortunately there is no other way properly update the DB without copy pasting parts of the temporal auto-setup script. Ideally temporal would provide a dedicated container for it DB but it is not the case right now.
* 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>
* Add Pinterest implementation
* Updated to review
* Added rate limits and PR number to doc
* Fixed unit tests and data slicing bug
* Update airbyte-integrations/connectors/source-pinterest/source_pinterest/spec.json
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
* Update airbyte-integrations/connectors/source-pinterest/build.gradle
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
* Update airbyte-integrations/connectors/source-pinterest/source_pinterest/spec.json
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
* Updated to review
* Updated window in days
* Fixed unit test
Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
* Source Google Directory #6265 - add oauth support
* Source Google Directory #6265 - update credentials
* Source Google Directory #6265 - fixing according to PR
* Source Google directory #6265 - update docs
* Source Google directory #5190 - update doc
* Source Google Directory #6265 - resolve merge conflict
* Source Google Directory #6265 - SAT for oauth
* Source Google Directory #6265 - bump version and update changelog
* Source Google Directory #6265 - bump version and update changelog (update publish)
This making the build using a gradle plugin instead of using docker-compose build.
It aims to make the build to be more incremental as described in #7306
Building the docker image don't rely on docker-compose anymore.
The docker build step is isolated into a dedicated folder (in order to make sure that gradle plugin don't recompute the build of the docker container)
Gradle is responsible for copying the files that docker needs to build its image.
That removes the need of having a dockerignore file.
This might not be effective until #7539 is solved.
* initial commit
* add remaining streams
* fix warning and unit test
* clean up
* revert unrelated files
* remove state files
* lint
* add documentation strings
* added confluence credentials to ci
* fix: removed audit from configured catalog as it cannot be pulled in free account
* fix: format
Co-authored-by: Tuan Nguyen <anhtuan.nguyen@me.com>
* initial commit
* finish implementing full_refresh
* add other tables
* cleaning up
* add docs and use requests_native_auth
* fix function return different number of values
* change package author
* fix schema
* fix schema bug
* linting
* fix unit test
* clean up
* add null for schemas
* remove fc_widget_collaboration col
* change accpt test
* add creds
* run format
* add config files
* run format
Co-authored-by: Tuan Nguyen <anhtuan.nguyen@me.com>
* create a fork for the source-file connector
* update docs and tests
* update docs and tests
* add secrets
Co-authored-by: George Claireaux <george@claireaux.co.uk>
* switching among auth methods
* refactoring after reviews
* correction of doc
* update spec file
Co-authored-by: Maksym Pavlenok <maksym.pavlenok@globallogic.com>
Co-authored-by: George Claireaux <george@claireaux.co.uk>
* create a new connector folder
* add base classes
* add schemas
* add ads/ad_groups streams
* update tests and docs
* add a bootstrap file
* update the base domain name for API
* update the base domain name for API
* update Dockerfile libs
* remove unused comments
* Update airbyte-integrations/connectors/source-tiktok-marketing/bootstrap.md
Co-authored-by: George Claireaux <george@claireaux.co.uk>
* Update airbyte-integrations/connectors/source-tiktok-marketing/bootstrap.md
Co-authored-by: George Claireaux <george@claireaux.co.uk>
* fix UI error with input parameters
* fix problem with updated state
* Update airbyte-integrations/connectors/source-tiktok-marketing/source_tiktok_marketing/spec.py
Co-authored-by: Davin Chia <davinchia@gmail.com>
* add an unit test
* update README.md
* bump version
Co-authored-by: Maksym Pavlenok <maksym.pavlenok@globallogic.com>
Co-authored-by: George Claireaux <george@claireaux.co.uk>
Co-authored-by: Davin Chia <davinchia@gmail.com>