I have a number of individual DAGs that are not connected to each other. The one thing that ‘connects’ them are that they are tagged with US_TAG
.
I am trying to run a new task after all of these DAGs (with the US_TAG
) have finished running. I was wondering if it is possible to use the US_TAG
to do/know?
Any information is much appreciated.