Skip to content

Commit

Permalink
source-oracle-flashback: include schema in resource_path_pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Dec 16, 2024
1 parent 1d1cc22 commit a5b56f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source-oracle-flashback/source_oracle_flashback/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ class Advanced(BaseModel):


class ResourceConfig(GenericResourceConfig):
PATH_POINTERS: ClassVar[list[str]] = ["/schema", "/name"]

schema_name: str = Field(
alias='schema',
default=False,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
},
"documentationUrl": "https://go.estuary.dev/source-oracle-flashback",
"resourcePathPointers": [
"/schema",
"/name"
]
}
Expand Down

0 comments on commit a5b56f4

Please sign in to comment.