Skip to content

Commit

Permalink
Set cdc metadata fields types to match legacy connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
rodireich committed Jan 10, 2025
1 parent df9af62 commit 6eb428f
Showing 1 changed file with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@
"type": "string"
},
"_ab_cdc_updated_at": {
"type": "string",
"format": "date-time",
"airbyte_type": "timestamp_with_timezone"
"type": "string"
},
"_ab_cdc_deleted_at": {
"type": "string",
"format": "date-time",
"airbyte_type": "timestamp_with_timezone"
"type": "string"
}
}
},
Expand Down Expand Up @@ -63,14 +59,10 @@
"type": "string"
},
"_ab_cdc_updated_at": {
"type": "string",
"format": "date-time",
"airbyte_type": "timestamp_with_timezone"
"type": "string"
},
"_ab_cdc_deleted_at": {
"type": "string",
"format": "date-time",
"airbyte_type": "timestamp_with_timezone"
"type": "string"
}
}
},
Expand Down

0 comments on commit 6eb428f

Please sign in to comment.