1
0
mirror of synced 2026-01-31 10:02:01 -05:00
Files
airbyte/airbyte-integrations/connectors/source-pipedrive/integration_tests/sample_state.json
Vadym 24be682163 🎉 New source: Pipedrive connector (#4686)
* Add pipedrive source initial

* Add initial schemas.
Add MVP source implementation.

* Implement MVP streams

* Complete MVP streams implementation

* Apply schema format

* Add test creds

* Update streams.py
Fix schemas

* Update replication_start_date format.
Add extra pagination condition

* Refactor streams, remove unused classes.

* Add pipedrive.md docs file.
Add Pipedrive source definitions.

* Add json source definition.

* Update spec.json

* Add docs mentions throughout the project files
2021-07-19 15:08:23 +03:00

21 lines
372 B
JSON

{
"deals": {
"update_time": "2021-06-01T10:10:10Z"
},
"activities": {
"update_time": "2021-06-01T10:10:10Z"
},
"persons": {
"update_time": "2021-06-01T10:10:10Z"
},
"pipelines": {
"update_time": "2021-06-01T10:10:10Z"
},
"stages": {
"update_time": "2021-06-01T10:10:10Z"
},
"users": {
"modified": "2021-06-01T10:10:10Z"
}
}