Preserve original transaction names when enriching #1556
Reference in New Issue
Block a user
Delete Branch "zachgoll/merchant-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A couple of data quality updates in this PR:
namerequired onAccount::Entry- since users are able to directly edit this value, enforcing non-nullability makes sense and prevents data quality errors that have come up recentlyenriched_namerather than overwritingname. This will allow us to preserve "rollback" abilities in the future if a user wants to revert (or just see) the original txn name before enrichment was applied (increase user confidence in enabling the enrichment feature)@@ -0,0 +23,4 @@WHEN 'Account::Valuation' THEN 'Balance update'ELSE 'Unknown entry'ENDWHERE name IS NULLonly updating "bad data" that currently exists