Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Apr 2, 2024
1 parent d344158 commit 4f7c1dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dlt/destinations/impl/filesystem/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def resolve_credentials_type(self) -> Type[CredentialsConfiguration]:
def on_resolved(self) -> None:
"""Resolve configuration for filesystem destination
The following three variables will override the ones
if supplied via filesystem(...) constructor, additionally
we merge extra_params if provided and when provided via
the constructor it will take the priority over config.toml values
The following three variables will override the ones from configuration
if supplied via `filesystem(...)` constructor, additionally
when provided `extra_params` will be merged with the values from configuration
however provided values will always override config.toml.
* current_datetime,
* datetime_format,
Expand Down

0 comments on commit 4f7c1dc

Please sign in to comment.