Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
record id should not change between script executions (NangoHQ#1893)
## Describe your changes Currently the record internal id is modified every time a record is updated which is counter intuitive and makes debugging harder With this commit a record id is now a uuid v5 generated from the unique composite key (connection, model, external id)
- Loading branch information