Skip to content

Commit 3a39594

Browse files
rafalkrupinskiedgarrmondragon
authored andcommitted
Update cookiecutter/tap-template/{{cookiecutter.tap_id}}/{{cookiecutter.library_name}}/tap.py
Co-authored-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent 66f59b2 commit 3a39594

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • cookiecutter/tap-template/{{cookiecutter.tap_id}}/{{cookiecutter.library_name}}

cookiecutter/tap-template/{{cookiecutter.tap_id}}/{{cookiecutter.library_name}}/tap.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,11 @@ def discover_streams(self) -> list[streams.{{ cookiecutter.source_name }}Stream]
8585

8686
def load_streams_from_catalog(self) -> Iterable[streams.{{cookiecutter.source_name}}Stream]:
8787
"""
88-
Return a list of streams based on the input catalog.
88+
Return streams based on the input catalog.
8989
9090
Returns:
9191
An iterable of requested streams.
9292
"""
93-
9493
if "groups" in self.input_catalog:
9594
yield streams.GroupsStream(self)
9695
if "users" in self.input_catalog:

0 commit comments

Comments
 (0)