Skip to content

Commit

Permalink
Update sources/rest_api/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Aug 15, 2024
1 parent c65d26f commit c6b3ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/rest_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def paginate_dependent_resource(
if parent_record:
for child_record in child_page:
child_record.update(parent_record)
yield from child_page
yield child_page

resources[resource_name] = dlt.resource( # type: ignore[call-overload]
paginate_dependent_resource,
Expand Down

0 comments on commit c6b3ea2

Please sign in to comment.