dagster
dagster copied to clipboard
Support SourceAsset in dag_defs
Summary & Motivation
We want to support all the asset types in dag_defs
without changing core dagster. Unfortunately SourceAssets are not easily copyable, so I went through the external assets factory method and and then cycled back to an AssetSpec.
How I Tested These Changes
BK
Changelog [New | Bug | Docs]
NOCHANGELOG