Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Burnashev <[email protected]>
  • Loading branch information
VioletM and burnash authored Sep 30, 2024
1 parent 4e56372 commit 474b2ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords: [readers source and filesystem, files, filesystem, readers source, clo
import Header from '../_source-info-header.md';
<Header/>

Filesystem source allows loading files from remote locations (AWS S3, Google Cloud Storage, Google Drive, Azure, sftp server) or the local filesystem seamlessly. Filesystem source natively supports `csv`, `parquet`, and `jsonl` files and allows customization for loading any type of structured files.
Filesystem source allows loading files from remote locations (AWS S3, Google Cloud Storage, Google Drive, Azure Blob Storage, SFTP server) or the local filesystem seamlessly. Filesystem source natively supports `csv`, `parquet`, and `jsonl` files and allows customization for loading any type of structured files.

To load unstructured data (`.pdf`, `.txt`, e-mail), please refer to the [unstructured data source](https://github.com/dlt-hub/verified-sources/tree/master/sources/unstructured_data).

Expand Down Expand Up @@ -132,7 +132,7 @@ dlt supports several authentication methods:
3. Username/Password authentication
4. GSS-API authentication

Learn more about sftp authentication options in [SFTP section](../../destinations/filesystem#sftp). To obtain credentials, contact your server administrator.
Learn more about SFTP authentication options in [SFTP section](../../destinations/filesystem#sftp). To obtain credentials, contact your server administrator.
</TabItem>

<TabItem value="local">
Expand Down Expand Up @@ -211,7 +211,7 @@ bucket_url="gs://<bucket_name>/<path_to_files>/"

<TabItem value="sftp">

Learn how to set up sftp credentials for each authentication method in the [SFTP section](../../destinations/filesystem#sftp).
Learn how to set up SFTP credentials for each authentication method in the [SFTP section](../../destinations/filesystem#sftp).
For example, in case of key-based authentication, you can configure the source the following way:

```toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The Filesystem source allows seamless loading of files from the following locati
* AWS S3
* Google Cloud Storage
* Google Drive
* Azure
* remote filesystem (via sftp)
* Azure Blob Storage
* remote filesystem (via SFTP)
* local filesystem

The Filesystem source natively supports `csv`, `parquet`, and `jsonl` files and allows customization for loading any type of structured files.
Expand Down
2 changes: 1 addition & 1 deletion docs/website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const sidebars = {
{
type: 'category',
label: 'Filesystem & cloud storage',
description: 'AWS S3, Google Cloud Storage, Azure, sftp, local file system',
description: 'AWS S3, Google Cloud Storage, Azure, SFTP, local file system',
link: {
type: 'doc',
id: 'dlt-ecosystem/verified-sources/filesystem/index',
Expand Down

0 comments on commit 474b2ec

Please sign in to comment.