Channels
ask-ai
dagster-de
integration-airbyte
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
data-quality-asset-checks
Powered by
#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
Post