Sandra de Blécourt Dalsberg
Sandra de Blécourt Dalsberg
I have tried to do add a call to `load_sql_based_model()` in the custom loader definition, but so far with no luck. Any advice is very much appreciated.
The [Modify every model](https://sqlmesh.readthedocs.io/en/stable/guides/customizing_sqlmesh/#modify-every-model) example doesn't cache the modified models (which makes sense, since the models are not "reloaded"). Are there any side effects to be expected from the models...
Please see a suggestion of how the outlined issue could be resolved in this PR: https://github.com/TobikoData/sqlmesh/pull/4301 @izeigerman
Thanks for creating this issue @siddharth-sc1903! In my team we would really like to have concurrency for audits (we have more than 500 audits to run by now...), so we...
Any news on running audits concurrently @VaggelisD, @eakmanrq?
We suspect this is a bug and that it was introduced in https://github.com/TobikoData/sqlmesh/pull/5256, particularly that [is_indirectly_changed()](https://github.com/TobikoData/sqlmesh/pull/5256/files#diff-71500552b618c1153561f3878bf71b50e0e98c6871b5770c2fa0902c2e6dd89fR1237) should take into account if changes in the parent data hash are in fact...