Skip to content

Commit

Permalink
Merge branch 'main' into 1217-feature-automatic-catalog-inclusion-of-…
Browse files Browse the repository at this point in the history
…replication-keys
  • Loading branch information
edgarrmondragon authored Dec 20, 2022
2 parents 90dcd39 + e12a8fa commit 1010d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions singer_sdk/target_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def _process_schema_message(self, message_dict: dict) -> None:
message_dict: The newly received schema message.
"""
self._assert_line_requires(message_dict, requires={"stream", "schema"})
self._assert_line_requires(message_dict["schema"], requires={"properties"})

stream_name = message_dict["stream"]
schema = message_dict["schema"]
Expand Down

0 comments on commit 1010d8c

Please sign in to comment.