Skip to content

Commit

Permalink
Remove unused field from JsonSchema (#15425)
Browse files Browse the repository at this point in the history
* few fixes from working with sendgrid

* reset to master

* only update the docstring

* reset
  • Loading branch information
girarda committed Aug 10, 2022
1 parent a280113 commit bbf3584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class DeclarativeStream(Stream, JsonSchemaMixin):
DeclarativeStream is a Stream that delegates most of its logic to its schema_load and retriever
Attributes:
stream_name (str): stream name
stream_primary_key (Optional[Union[str, List[str], List[List[str]]]]): the primary key of the stream
name (str): stream name
primary_key (Optional[Union[str, List[str], List[List[str]]]]): the primary key of the stream
schema_loader (SchemaLoader): The schema loader
retriever (Retriever): The retriever
config (Config): The user-provided configuration as specified by the source's spec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class JsonSchema(SchemaLoader, JsonSchemaMixin):
"""

file_path: Union[InterpolatedString, str]
name: str
config: Config
options: InitVar[Mapping[str, Any]]

Expand Down

0 comments on commit bbf3584

Please sign in to comment.