Products

Troubleshooting

Hit a snag with OpenETL? This section helps you tackle common problems, debug like a pro, and find support when needed.

Common Issues

  • Module Not Found:
    • Fix: Run npm install in your project root to grab dependencies.
  • Pipeline Fails Silently:
    • Check: Ensure credentials in your vault are correct (e.g., client_id, refresh_token).
  • Rate Limit Errors:

Debugging Tips

  • Enable Logging:
orchestrator.runPipeline({
  id: 'my-pipeline',
  source: { /* ... */ },
  logging: event => console.log(event),
});
  • Check Adapter Connections: Test connect() manually to spot auth issues.
  • Break It Down: Run smaller pipeline chunks to isolate failures.

Getting Help

Still stuck? We’ve got your back—reach out!