An adverse drug reaction (ADR) is described by the World Health Organization (WHO) as a 'response to a medicine which is noxious and unintended, and which occurs at doses normally used in man
Many of our bricks don't have this, but it also makes sense to add a status stage, that doesn't have any dependencies. When a stage has zero dependencies it runs whenever you run dvc repro.
It makes sense for the status page to output something like a list of download links, or the results of some kind of robust web request to the primary source website. When it runs, if it doesn't change this output, the later stages won't run.
Eventually, we will want every brick to have a status stage so that we know if the brick is up to date or not.
Many of our bricks don't have this, but it also makes sense to add a
status
stage, that doesn't have any dependencies. When a stage has zero dependencies it runs whenever you rundvc repro
.It makes sense for the status page to output something like a list of download links, or the results of some kind of robust web request to the primary source website. When it runs, if it doesn't change this output, the later stages won't run.
Eventually, we will want every brick to have a status stage so that we know if the brick is up to date or not.