Skip to content

Commit 3bdd093

Browse files
committed
Adding insert_id to export stream
1 parent 14e303e commit 3bdd093

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: airbyte-integrations/connectors/source-mixpanel/streams/export.patch.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"required": [
2+
"properties":{
3+
"insert_id": {
4+
"type": "string"
5+
}
6+
},
7+
"required": [
38
"distinct_id",
49
"time"
510
],

0 commit comments

Comments
 (0)