Skip to content
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

Added troubleshooting section to filesystem docs #1900

Merged
merged 6 commits into from
Oct 1, 2024

Conversation

dat-a-man
Copy link
Collaborator

Description

Issue:
Running dlt with deeply nested resources results in [Errno 36] File name too long errors due to long intermediate filenames.

Cause:
Long identifiers from nested data structures exceed the filesystem's maximum filename length.

Workaround:
Set max_identifier_length=200 in the destination configuration to truncate identifiers and prevent filename length issues.

FIx:
Added info to the "Troubleshooting" section of the docs.

Related Issues

@dat-a-man dat-a-man requested a review from VioletM October 1, 2024 01:33
@dat-a-man dat-a-man self-assigned this Oct 1, 2024
Copy link

netlify bot commented Oct 1, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit a522e33
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66fc3f20b0f1410008248021
😎 Deploy Preview https://deploy-preview-1900--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dat-a-man dat-a-man added the documentation Improvements or additions to documentation label Oct 1, 2024
burnash
burnash previously approved these changes Oct 1, 2024
docs/website/docs/dlt-ecosystem/destinations/filesystem.md Outdated Show resolved Hide resolved
burnash
burnash previously approved these changes Oct 1, 2024
burnash
burnash previously approved these changes Oct 1, 2024
@burnash burnash merged commit 7f75a0f into devel Oct 1, 2024
51 checks passed
@burnash burnash deleted the docs/update-filesystem-troubleshooting branch October 1, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Deeply nested structures can produce file names that exceed system limits
2 participants