1
0
mirror of synced 2026-01-09 15:05:02 -05:00
Files
airbyte/airbyte-integrations/connectors/source-trustpilot/integration_tests/sample_config.json
Leo Schick a36dc23bac 🎉 New Source: Trustpilot (#24009)
* add source Trustpilot

* add airbyte_secret to `client_secret` config

* add primary key to BusinessUnits, refactor state_cursor_field naming

* refactoring, various fixes, integration tests passed

* improve code

* fix incremental unit test

* fix class naming

* fix unit tests

* fix pflake8 issues

* add source spec into seed file

* auto-bump connector version

---------

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-16 16:43:48 -03:00

15 lines
395 B
JSON

{
"credentials": {
"auth_type": "oauth2.0",
"client_id": "aoVLPAXHFwryzNepiAY3yR7urlx9hhGr",
"client_secret": "EDLVnp9t11Oa375D",
"access_token": "MB4o9G3MpM5yrdIKo0OcYsOjeaBT",
"token_expiry_date": "2023-03-15T00:11:00Z",
"refresh_token": "ttfqulk6gPg2TOPL4wS23m6ZBR7wEsqG"
},
"business_units": [
"my_domain.com"
],
"start_date": "2023-03-01T00:00:00Z"
}