Skip to content

Commit

Permalink
Use file format from extras
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Apr 2, 2024
1 parent ae6a62f commit ca68c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/destinations/impl/filesystem/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def make_filename(

# if extension is not defined, we append it at the end
if "ext" not in placeholders:
path += f".{extras.params['ext']}"
path += f".{extras.file_format}"

return path

Expand Down

0 comments on commit ca68c1a

Please sign in to comment.