Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] dagster essentials - fixes relative partitions import for taxi…
… trips (#18132) ## Summary & Motivation Imports of `monthly_partition` should use `..partitions` to import the `monthly_partitions` object. Without this, the following error is thrown: ``` The above exception was caused by the following exception: ModuleNotFoundError: No module named 'dagster_university.assets.partitions' ``` Cheers! ## How I Tested These Changes Viewed rendered markdown in web browser.
- Loading branch information
4d61e67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagster-docs ready!
✅ Preview
https://dagster-docs-53o5x4297-elementl.vercel.app
https://master.dagster.dagster-docs.io
Built with commit 4d61e67.
This pull request is being automatically deployed with vercel-action