mountetna / monoetna

mono-repository version of etna projects
GNU General Public License v2.0
1 stars 0 forks source link

fix for missing models in Metis Linker #1257

Closed graft closed 1 year ago

graft commented 1 year ago

We noticed that if someone tries to run an empty config the metis linker barfs, a simple fix to change this.

Also changes wait_for_downstream and depends_on_past to be False, so failed tasks will not block subsequent runs (I think it will still wait for completion, i.e. it won't run two jobs at once). This might result in missed failures in the logs but seems better than having to scoop out failed tasks all the time. Individual config errors should still triage to the polyphemus logs.