Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/destinations/filesystem.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Oct 1, 2024
1 parent 210fb71 commit 20aafe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ You will also notice `init` files being present in the root folder and the speci
When running your pipeline, you might encounter an error like `[Errno 36] File name too long Error`. This error occurs because the generated file name exceeds the maximum allowed length on your filesystem.

### Solution
To prevent this, you can set the `max_identifier_length` parameter for your destination. This truncates all identifiers (including filenames) to a specified maximum length.
To prevent the file name length error, set the `max_identifier_length` parameter for your destination. This truncates all identifiers (including filenames) to a specified maximum length.
For example:

```py
Expand Down

0 comments on commit 20aafe0

Please sign in to comment.