Skip to content

Commit

Permalink
fix(connector): add missing authdef
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Oct 6, 2020
1 parent cb08043 commit 8b274b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataprep/connector/generator/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ class Example(TypedDict):
if pagination is not None:
pagdef = PageUnion(val=pagination).val
config.request.pagination = pagdef
if authdef is not None:
config.request.authorization = authdef

self.config += config

Expand Down

0 comments on commit 8b274b9

Please sign in to comment.