varsis commented on issue #8497: URL: https://github.com/apache/incubator-devlake/issues/8497#issuecomment-3484757920
Any plans to fix this? I'm seeing this issue as well. Looking into the code, I see we use `created_at` for everything except the pipeline mode. When enabling the incremental mode there is a mismatch. https://github.com/apache/incubator-devlake/blob/cfe519cf9bb02eeec8e918024810b479c8be231d/backend/plugins/circleci/models/pipeline.go#L53 Would there be a preference to rename the columns to `created_date` or to move to `created_at`? I personally would lean to `created_at` to align with the CircleCi naming and perform the conversion at the next level. (If I have time I will attempt to fix this, however I'm not well versed in Go) -- 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]
