Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#ask-community
Title
# ask-community
c
claire
01/03/2023, 10:41 PM
We do have a doc describing when to use assets:
https://docs.dagster.io/guides/dagster/enriching-with-software-defined-assets#when-should-i-use-software-defined-assets
And in the image I added above, you could use
dynamic outputs
to create a "loop". A dynamic output allows you to yield an arbitrary number of outputs from an op, and then map over these outputs in a downstream op, running any per-output operations as needed.
❤️ 1
a
Alexis Biancotti
01/04/2023, 12:11 AM
I will check out wat you send me, thanks!!
Post