goldmansachs/obevo

Changes in tokens, when used in an object, should trigger a change on the object

shantstepanian opened this issue · 0 comments

Observed When: 8.0.0

As of today, a change/deployment is only executed if the SQL content itself was changed

If the file is using a token, and only the token was changed, the currently Obevo does not detect this as a deploy change. This does not seem ideal and is worth revisiting

(May need to consider a separate hash logic on the final tokenized output, in addition to the current. See usages of ChangeInput.setContentHash and Change.getAcceptableHashes() for where to go with this)