Skip to content

Commit

Permalink
Revert "avoid import/export first word in docstrings"
Browse files Browse the repository at this point in the history
This reverts commit f313c6b.
  • Loading branch information
rudolfix committed Sep 19, 2023
1 parent 1532411 commit 7a0edb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlt/common/storages/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
@configspec
class SchemaStorageConfiguration(BaseConfiguration):
schema_volume_path: str = None # path to volume with default schemas
import_schema_path: Optional[str] = None # the import schema from external location
export_schema_path: Optional[str] = None # the export schema to external location
import_schema_path: Optional[str] = None # import schema from external location
export_schema_path: Optional[str] = None # export schema to external location
external_schema_format: TSchemaFileFormat = "yaml" # format in which to expect external schema
external_schema_format_remove_defaults: bool = True # remove default values when exporting schema

Expand Down

0 comments on commit 7a0edb8

Please sign in to comment.