-
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
Source Asset -> Unexecutable Asset Adapter #16617
Conversation
808fc37
to
2e3b4a1
Compare
f47b698
to
5aabb85
Compare
5aabb85
to
4e8484e
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 5f71dbf. |
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-h6aefk5i0-elementl.vercel.app Direct link to changed pages: |
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 5f71dbf. |
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 exactly is the goal checking this in? Just check pointing that in process APIs work with the wrapper approach?
We'll need something along the lines of #16637 to validate compatibility through the host process / UI experience. Does that just come later? Should we block this PR on covering that as well?
"metadata": { | ||
**source_asset.metadata, | ||
**{SYSTEM_METADATA_KEY_ASSET_EXECUTION_TYPE: AssetExecutionType.UNEXECUTABLE.value}, | ||
}, |
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.
well need to ensure is_source
get toggled on the ExternalAssetNode
somehow, maybe other metadata or another update to the execution type enum
Goal is to essentially enable writing that test case and making incremental progress on an implementation. I'm more than happy to move it to the test file itself or to park it. |
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.
I think its fine to land the incremental progress so we can iterate.
Can you update the summary accordingly. Just want to make it easy for someone in the future who bumps in to any loose ends left from this to be able to discern what was going on.
lint fix rebasE support partitions cleanup cleanup
4e8484e
to
5f71dbf
Compare
Summary & Motivation
Allow us to wrap an unexecutable source asset in a vanilla assets definition.
How I Tested These Changes
BK