Hi all, love this community first and foremost, always very active and helpful, so thank you!
My question is this,
I have a db table in postgres with snapshots of accounts. I have added a new flag in my latest snapshot, and a new column in the db to hold the flag. I would like to populate the flag for older snapshots where the account contains the flag in my latest snapshot.
Would I use the in-db tools for this? If so, any recommended workflow?
Thanks,