Skip to content

Commit

Permalink
Updated as per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Feb 23, 2025
1 parent 3db6c56 commit 83c5fd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/website/docs/reference/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: Pipeline common failure scenarios and mitigation measures
title: Troubleshooting
description: Doc explaining the common failure scenarios in extract, transform and load stage and their mitigation measures
keywords: [faq, usage information, technical help]
---

# Pipeline common failure scenarios and mitigation measures

This guide outlines common failure scenarios during the Extract, Normalize, and Load stages of a data pipeline.

## Extract stage
Expand Down Expand Up @@ -96,7 +98,7 @@ Source errors typically result from rate limits, invalid credentials, or misconf

Read [REST API’s source here.](../dlt-ecosystem/verified-sources/rest_api/)

## Memory errors
### Memory errors

Memory issues can disrupt extraction processes.

Expand Down Expand Up @@ -124,7 +126,7 @@ Memory issues can disrupt extraction processes.

- If your storage reaches its limit, you can mount an external cloud storage location and set the `DLT_DATA_DIR` environment variable to point to it. This ensures that dlt uses the mounted storage as its data directory instead of local disk space. [Read more here.](./performance)

## Unsupported timestamps
### Unsupported timestamps

Timestamp issues occur when formats are incompatible with the destination or inconsistent across pipeline runs.

Expand Down

0 comments on commit 83c5fd7

Please sign in to comment.