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

etl pipeline tutorial fails due to missing instructions/code #27427

Open
esokada opened this issue Jan 28, 2025 · 0 comments
Open

etl pipeline tutorial fails due to missing instructions/code #27427

esokada opened this issue Jan 28, 2025 · 0 comments
Labels
area: docs Related to documentation in general type: bug Something isn't working

Comments

@esokada
Copy link

esokada commented Jan 28, 2025

What's the issue or suggestion?

The "Refactor Your Project" step of the etl pipeline tutorial fails for two reasons:

Issue 1:
The webpage seems to be missing a description/code snippet for partitions.py.

This causes the refactored tutorial to fail with:
dagster._core.errors.DagsterImportError: Encountered ImportError: No module named 'etl_tutorial.partitions' while importing module etl_tutorial.definitions.

Issue 2:
The code snippets on the webpage are missing an import:
from dagster_duckdb import DuckDBResource

This causes the refactored tutorial to fail with:
NameError: name 'DuckDBResource' is not defined

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

@esokada esokada added the area: docs Related to documentation in general label Jan 28, 2025
@garethbrickman garethbrickman added the type: bug Something isn't working label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Related to documentation in general type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants