https://dagster.io/ logo
#ask-community
Title
# ask-community
m

Matthias Queitsch

05/20/2022, 1:35 PM
Is there a way give an alias to a graph? I want to run the same graph with different configurations inside one job. This works fine, however, the second graph gets automatically renamed with a _2 suffix.
dagster bot responded by community 2
🤖 1
v

Vince van Noort

05/20/2022, 2:48 PM
Hi @Matthias Queitsch, you can also use
Copy code
your_graph.alias(f"graph_name")()
❤️ 1
2 Views