| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…deployability. Signed-off-by: davem-bis <68955845+davem-bis@users.noreply.github.com>
Signed-off-by: davem-bis <68955845+davem-bis@users.noreply.github.com>
…ndirect-non-breaking-deployable-representative-mismatch
…ty instead of representativeness for determining whether dev or prod instance of each should be used. Signed-off-by: davem-bis <68955845+davem-bis@users.noreply.github.com>
Signed-off-by: davem-bis <68955845+davem-bis@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Description
Fixes #5793.
Changes the logic determining whether to use the prod or dev instance of intervals or physical model to rely solely on deployability. Previously this was inconsistently using either deployability and representativeness, leading to non-idempotent behaviour in non-prod environments.
Test Plan
sqlmesh init
sqlmesh plan
Add 'ABC' AS extra_column to incremental_model.sql
sqlmesh plan indirect_non_breaking
sqlmesh run
sqlmesh run indirect_non_breaking
sqlmesh fetchdf "UPDATE sqlmesh._intervals SET end_ts = end_ts - 86400000, start_ts = start_ts - 86400000, last_altered_ts = last_altered_ts - 86400000"
sqlmesh run indirect_non_breaking
sqlmesh run indirect_non_breaking
Checklist