sqlmesh icon indicating copy to clipboard operation
sqlmesh copied to clipboard

Finish creating snapshot tables for all snapshots before returning an error if one occurred

Open izeigerman opened this issue 11 months ago • 0 comments

Currently if an error occurs during snapshot table creation it immediately bubbles up, causing termination of the creation process.

We should instead attempt to create tables for all snapshots for which it can be done and only fail and return an error(s) when the whole DAG is traversed.

This is similar to how the evaluation is handled today.

izeigerman avatar Aug 07 '23 23:08 izeigerman