klesh opened a new issue, #2365: URL: https://github.com/apache/incubator-devlake/issues/2365
## What and why to refactor Currently, we have multiple places implementing `GetPrimaryKey` function on their own, including `didgen` `batch_save` and `data_flow_tester`. It creates unnecessary maintenance. ## Describe the solution you'd like Add a new function named `GetPrimaryKey` to `dal` interface, implement in `dalgorm`, and replace all places with it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
