Skip to content

Commit

Permalink
Revert filesystem/factory docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Apr 3, 2024
1 parent cf37c66 commit be5ca1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dlt/destinations/impl/filesystem/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ def __init__(
credentials: Credentials to connect to the filesystem. The type of credentials should correspond to
the bucket protocol. For example, for AWS S3, the credentials should be an instance of `AwsCredentials`.
A dictionary with the credentials parameters can also be provided.
current_datetime: current datetime used instead of datetime generated by dlt.
datetime_format: strftime formatting for current_datetime
extra_params: custom layout parameters, all unknown parameters will be skipped,
values can be primitive types or callables which also should return a primitive type.
**kwargs: Additional arguments passed to the destination config
"""
super().__init__(
Expand Down

0 comments on commit be5ca1d

Please sign in to comment.