Skip to content

Commit

Permalink
inline pr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Mar 7, 2024
1 parent 4966879 commit d9d79bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions airbyte/_processors/sql/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ def register_source(
This method is called by the source when it is initialized.
"""
self._source_name = source_name
# self.register_source(
# source_name,
# incoming_source_catalog,
# stream_names=stream_names,
# )
self._ensure_schema_exists()
super().register_source(
source_name,
Expand Down

0 comments on commit d9d79bf

Please sign in to comment.