I have a job that requires materializing about 100...
# ask-community
c
I have a job that requires materializing about 100 assets. The order of their execution does not matter, so there are no dependencies between them. However, the 101st asset needs to be materialized after all of the others are materialized. Is there a way to flag an asset as "do this last" without manually including the other assets as dependencies or creating a separate sensor? (For that matter, a bootstrap asset ("do this first") also would be useful. These are all part of the same job conceptually, so I'd like to keep them that way.
c
Creating a github discussion for this: https://github.com/dagster-io/dagster/discussions/13870