-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
minor code fixes for dagster uni dbt course #24757
Conversation
Deploy preview for dagster-university ready! ✅ Preview Built with commit 0eec3a3. |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-38cq8hwsb-elementl.vercel.app Direct link to changed pages: |
|
||
with open(constants.AIRPORT_TRIPS_FILE_PATH, 'rb') as file: | ||
image_data = file.read() | ||
@asset( |
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.
What is the difference in this block?
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.
the code block has a leading space which is a little tedious to copy over.
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.
ty ty
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.
Will just need to update project-dagster-university
to use the resource_type =
change.
Summary & Motivation
How I Tested These Changes
Changelog
Insert changelog entry or "NOCHANGELOG" here.
NEW
(added new feature or capability)BUGFIX
(fixed a bug)DOCS
(added or updated documentation)