Channels
announcements
dagster-airbyte
dagster-airflow
dagster-bigquery
dagster-cloud
dagster-cube
dagster-dask
dagster-dbt
dagster-de
dagster-ecs
dagster-feedback
dagster-kubernetes
dagster-machine-learning
dagster-noteable
dagster-releases
dagster-serverless
dagster-showcase
dagster-snowflake
dagster-spatial
dagster-support
dagster-wandb
dagstereo
data-platform-design
events
faq-read-me-before-posting
gigs-freelance
github-discussions
introductions
jobs
random
tools
豆瓣酱帮
Powered by
Title
k
Kirk Stennett
05/18/2021, 7:17 PM
Hey, if I wanted to map multiple solids to a DynamicOutput can I just chain the map statements? In the example from
https://docs.dagster.io/0.11.3/concepts/solids-pipelines/pipelines#dynamic-mapping--collect
Or would I just have each mapped solid return a Dynamic output and map to that?
c
Cameron Gallivan
05/18/2021, 7:20 PM
Only the first fan out needs the DynamicOutput/DynamicOutputDefinition
After that you can just chain the .map
k
Kirk Stennett
05/18/2021, 7:21 PM
Excellent, thanks!
c
Cameron Gallivan
05/18/2021, 7:24 PM
Np, here’s the test/example for it:
https://github.com/dagster-io/dagster/blob/ebdb6e371b961c10da334921cc3858158978ace[…]ules/dagster/dagster_tests/core_tests/dynamic_tests/test_dsl.py
❤️ 1
#dagster-support
Join Slack