Skip to content

Commit

Permalink
source-oracle-flashback: make sure _meta/source/row_id is required
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Oct 16, 2024
1 parent 8a28634 commit 9ac41bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source-oracle-flashback/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ sops:
azure_kv: []
hc_vault: []
age: []
lastmodified: "2024-08-25T06:31:24Z"
mac: ENC[AES256_GCM,data:b1xGx2t6eZ+xRb7hljIhZKQ8aKQgzdY1DUZjwioBMHO0CF6+7GobXeNgDgJQ/i/nPthU7oDpyUJFYJOGhWzNODP5CgEoMJdlGn8/+qFzprzODxXflkH4k4AiVvrrEFphvMIRxt98Z+vHmhhMY40dLch6kfXClxeiBdpF3Jsq1D0=,iv:pTDoakL/hGXDI/k+KcLrVZK070nu51KoDtiB6XBj924=,tag:+IOi6V5b4jqNzcyikzNQUw==,type:str]
lastmodified: "2024-10-16T11:20:22Z"
mac: ENC[AES256_GCM,data:SGN6RYWnIxGbG+SGVYctEbV1er6Rg271Rnd3nLdOSpIffR5AN2CY7IdCGrb6qAkTwIaG0ks2w3pDjgxtnjYLG3KvCEu2ee0yLJc0nZ2ShVfLyunrLpYXaGzORUYj4BMriDrs1fUIuovSDvFqTI1ApSnf7YJuqvXfjj7L0JdJ9Vw=,iv:PVNe9PfQkQOSJ8kAGLtinb/LPafb2ihYxbivZW+x9R4=,tag:DKgrACz46b5DJTLx4L9H/w==,type:str]
pgp: []
encrypted_suffix: _sops
version: 3.8.1
4 changes: 2 additions & 2 deletions source-oracle-flashback/source_oracle_flashback/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ class Source(BaseModel):
description="Database System Change Number, available for incremental events"
)

source: Source | None = Field(alias="source")
source: Source = Field(alias="source")

meta_: Meta = Field(
default=Meta(op="u", source=None), alias="_meta", description="Document metadata"
alias="_meta", description="Document metadata"
)

pass
Expand Down

0 comments on commit 9ac41bd

Please sign in to comment.