[ELE-534] Visualize the most recent runs model state in lineage view
Is your feature request related to a problem? Please describe.
When running a DBT model with the dbt build command and a test or model fails partway the downstream models are skipped. This can sometimes be a bit confusion to mentally picture what the effects are before rerunning the models.
Describe the solution you'd like I would like to be able to see a lineage view of the 'ok', 'skipped', 'error' status for each model in the lineage view. Perhaps a green outline for successful run, or grey for skipped. Similar to airflows color coding maybe.
Describe alternatives you've considered Right now there is a 'failure' button/filter on the lineage tab but I believe that only shows tables that had failures in tests. If this ask is already covered by that please let me know.
Would you be willing to contribute this feature? Not at this time.