Open quangdvn-sun opened 1 year ago
This is likely the root cause,
"options": {
"type": ["null", "array"],
"items": {
"type": "object",
"properties": {
"id": {
"type": ["null", "boolean", "integer"]
},
"label": {
"type": ["null", "string"]
}
}
}
}
options.id
allows boolean value but somehow Airbyte only check if it's an integer value
Connector Name
Pipedrive
Connector Version
0.1.17
What step the error happened?
During the sync
Revelant information
When syncing
product_fields
, Pipedrive connector auto detect some fields data type as number even though the data contains "true" and "false" value, which causes the sync flow failedproduct_fields
consists of numbers of boolean fieldsRelevant log output
Contribute