Skip to content

Commit

Permalink
Apply to Sink too
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 28, 2023
1 parent 45aabb1 commit 5632df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/sinks/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(
schema: Schema of the stream to sink.
key_properties: Primary key of the stream to sink.
"""
self.logger = target.logger
self.logger = target.logger.getChild(stream_name)
self.sync_started_at = target.initialized_at
self._config = dict(target.config)
self._pending_batch: dict | None = None
Expand Down

0 comments on commit 5632df4

Please sign in to comment.