From 474b2ec3a8001607255d62a582e8c7070bf031ed Mon Sep 17 00:00:00 2001 From: Violetta Mishechkina Date: Mon, 30 Sep 2024 18:34:42 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Anton Burnashev --- .../docs/dlt-ecosystem/verified-sources/filesystem/basic.md | 6 +++--- .../docs/dlt-ecosystem/verified-sources/filesystem/index.md | 4 ++-- docs/website/sidebars.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/basic.md b/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/basic.md index 599944ae29..6eb02b4edf 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/basic.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/basic.md @@ -6,7 +6,7 @@ keywords: [readers source and filesystem, files, filesystem, readers source, clo import Header from '../_source-info-header.md';
-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). @@ -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. @@ -211,7 +211,7 @@ bucket_url="gs:////" -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 diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/index.md b/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/index.md index a7d308a64e..bf2087d4b1 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/index.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/filesystem/index.md @@ -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. diff --git a/docs/website/sidebars.js b/docs/website/sidebars.js index 1cca7de505..9492fc9b99 100644 --- a/docs/website/sidebars.js +++ b/docs/website/sidebars.js @@ -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',