Skip to content

Commit

Permalink
carry over schema settings on update
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Sep 6, 2023
1 parent 3f07127 commit 15cada5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/extract/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def source(
Returns:
`DltSource` instance
"""

if name and schema:
raise ArgumentsOverloadException("'name' has no effect when `schema` argument is present", source.__name__)

Expand Down

0 comments on commit 15cada5

Please sign in to comment.