1
0
mirror of synced 2026-01-18 15:02:51 -05:00
Files
airbyte/airbyte-integrations/connectors/source-pipedrive/integration_tests/sample_state.json
Harshith Mullapudi 92c0530289 Harshith/test pr 12806 (#13082)
* 🐛 Source(Pipedrive): remove date-time format from schemas

Pipedrive doesn't work with ISO format of date times. Example of format by Pipedrive: 2020-04-15 12:58:48

* chore: update changelog

* chore: updated the source-pipedrive version

* chore: update seed file

Co-authored-by: Joël Luijmes <me@joell.dev>
2022-05-23 16:31:09 +05:30

21 lines
366 B
JSON

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