1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-pardot/integration_tests/invalid_config.json
Tuan Nguyen 7b2429d8a8 🎉 New Source: Pardot (#7091)
* initial commit

* initial commit

* add more streams

* first streams with incremental

* working first two incremental models

* check point

* add visit child stream

* checkpoint

* add email_stats stream

* add email_id to schema

* clean up

* fix unit test & linting

* clean up

* lint

* add doc

* add documentation

* move docs and run format

* remove from summary

* update check_connection function

Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
2021-11-18 22:34:30 -03:00

8 lines
165 B
JSON

{
"pardot_business_unit_id": "abcdef",
"client_id": "abcdef",
"client_secret": "abcdef",
"refresh_token": "abcdef",
"start_date": "2123-09-01T00:00:00Z"
}