Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion estuary-cdk/estuary_cdk/capture/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ class Meta(BaseModel):
)

meta_: Meta = Field(
default=Meta(op="u"), alias="_meta", description="Document metadata"
default_factory=lambda: BaseDocument.Meta(op="u"),
Comment thread
jgraettinger marked this conversation as resolved.
alias="_meta",
description="Document metadata",
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"app_id": {
Expand Down Expand Up @@ -133,10 +129,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"app_id": {
Expand Down Expand Up @@ -244,10 +236,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"app_id": {
Expand Down Expand Up @@ -313,10 +301,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"app_id": {
Expand Down Expand Up @@ -404,10 +388,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"app_id": {
Expand Down Expand Up @@ -500,10 +480,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"app_id": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef"
},
"archived": false,
"color": "dark-teal",
"color": "aqua",
"created_at": "redacted-timestamp",
"current_status": null,
"custom_fields": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef"
},
"account_funding_transaction": false,
"ach_reject_reason": null,
"ach_return_code": null,
"ach_return_responses": [],
"acquirer_reference_number": null,
Expand Down Expand Up @@ -622,6 +623,7 @@
"transactions": [
{
"account_funding_transaction": false,
"ach_reject_reason": null,
"ach_return_code": null,
"acquirer_reference_number": null,
"add_ons": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -87,10 +83,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down Expand Up @@ -152,10 +144,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down Expand Up @@ -216,10 +204,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -268,10 +252,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down Expand Up @@ -332,10 +312,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -383,10 +359,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -435,10 +407,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down Expand Up @@ -499,10 +467,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down Expand Up @@ -127,10 +123,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -86,10 +82,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -137,10 +129,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -188,10 +176,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -239,10 +223,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -290,10 +270,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down Expand Up @@ -353,10 +329,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down Expand Up @@ -416,10 +388,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"id": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -86,10 +82,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
},
"conversationId": {
Expand Down Expand Up @@ -155,10 +147,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -206,10 +194,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -257,10 +241,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -308,10 +288,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down Expand Up @@ -359,10 +335,6 @@
"properties": {
"_meta": {
"$ref": "#/$defs/Meta",
"default": {
"op": "u",
"row_id": -1
},
"description": "Document metadata"
}
},
Expand Down
Loading
Loading