Hi all, I have a question: I usually run my pipel...
# ask-community
m
Hi all, I have a question: I usually run my pipeline with production data, but now I have the need to run some dummy data through it. It's the exact same pipeline, but I don't want the materialized assets to be overwritten with the materialization resulting from running the dummy data through. Is there a way to run all assets that are descendants' of "asset X" with "asset X_dummy" without literally making a copy of the entire project code?
m
Thank you