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

docs: Fix typo in file name in "Create a pipeline" walkthrough #2255

Merged

Conversation

lpillmann
Copy link
Contributor

Description

When following the walkthrough "Create a pipeline" , I got the error

python: can't open file '.../github_api_duckdb/github_api.py': [Errno 2] No such file or directory

when running:

python github_api.py

It turns out the command dlt init github_api duckdb creates the pipeline file with a slightly different name github_api_pipeline.py, so we need to adjust it.

Related Issues

N/A

Additional Context

N/A

Copy link

netlify bot commented Feb 2, 2025

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit 01bf2a9
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/679fa184bfd8f60008526b35
😎 Deploy Preview https://deploy-preview-2255--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.

Copy link
Collaborator

@burnash burnash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix, @lpillmann

@burnash burnash added bug Something isn't working documentation Improvements or additions to documentation labels Feb 2, 2025
@burnash burnash merged commit e5e7a8c into dlt-hub:devel Feb 2, 2025
49 checks passed
@lpillmann lpillmann deleted the docs/fix-python-file-name-create-pipeline branch February 2, 2025 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants