antoniomuso opened a new issue, #6362:
URL: https://github.com/apache/incubator-devlake/issues/6362

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   The accounts table contains only empty values for `created_date` field. see:
   ```sql
   SELECT  *
   FROM lake.accounts
   ```
   
![image](https://github.com/apache/incubator-devlake/assets/16511436/dccbdb32-9bfa-491d-b33a-d8534cd8941c)
   
   ### What do you expect to happen
   
   `created_date` should be not empty.
   
   ### How to reproduce
   
   ```sql
   SELECT  *
   FROM lake.accounts
   ```
   
   ### Anything else
   
   Current Gitlab Version: 
[v16.4.1-ee](https://gitlab.com/gitlab-org/gitlab/-/tags/v16.4.1-ee)
   
   ### Version
   
   v0.18.0
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: dev-unsubscr...@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to