* 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
21 lines
372 B
JSON
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"
|
|
}
|
|
}
|