You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I need to run partial intervals for all models, e.g., during initial plan.
Instead of setting this for all models, I would like to do it as an option. sqlmesh plan --allow-partials sqlmesh run --allow-partials
The text was updated successfully, but these errors were encountered:
i think we could add this for run, but can you explain more about your use case? would love to learn more about how your using this and why you need allow partials, this will help us build context to how folks are using sqlmesh
I face the issue when initialising a project. It does the first load of all data into snapshots (SCD2), then the downstream models read from those with incremental by time range on _sqlmesh__loaded_at, a field I add during snapshot. That opens the scenario of the snapshots being created 10:04, and the downstream models are still in this partial interval.
Sometimes I need to run partial intervals for all models, e.g., during initial plan.
Instead of setting this for all models, I would like to do it as an option.
sqlmesh plan --allow-partials
sqlmesh run --allow-partials
The text was updated successfully, but these errors were encountered: