-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: auto api reference #642
Conversation
✅ Deploy Preview for dlt-hub-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
6c54d4d
to
f56ce4f
Compare
f56ce4f
to
0ad443c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good as a first version :)
dlt/common/storages/configuration.py
Outdated
@@ -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 # import schema from external location | |||
export_schema_path: Optional[str] = None # export schema to external location | |||
import_schema_path: Optional[str] = None # the import schema from external location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
docs/website/docs/.dlt/config.toml
Outdated
@@ -1,3 +0,0 @@ | |||
[destination.weaviate] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why it is deleted?
package.json
Reference/API