How do I "Materialise All" for assets that are in different code locations. #19184
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @bolinzzz, unfortunately this is not currently possible. That error text is confusing to unwind, but the correct parsing is: "defined in the same code location" and ("share a partition space" or "form a connected graph in which root assets share the same partitioning") |
Beta Was this translation helpful? Give feedback.
-
@bolinzzz I have the same problem as you, and I found out that Dagster has recently added a feature called Declarative Automation which allow developers to automatically materialize downstream assets even though they are defined in different code locations (that is how I interpret it, but it's propably more useful than that). |
Beta Was this translation helpful? Give feedback.
Hi @bolinzzz, unfortunately this is not currently possible. That error text is confusing to unwind, but the correct parsing is:
"defined in the same code location" and ("share a partition space" or "form a connected graph in which root assets share the same partitioning")