dora-team / fourkeys

Platform for monitoring the four key software delivery metrics of software delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No data in deployments table . Data is present in events_raw table. I am using gitlab for VCS and CI/CD

kevin-vakayil opened this issue · comments

deployments table with no data (no mock data is used here , Runned pipeline and tested it manually)
dep 4 keys

events table has data
even

What are the other event_types in your events_raw? A push wouldn't be a deployment -- are there pipeline or deployment types in the table?

There seems to be only push event_type in the events_raw table, I redeployed four_keys still I am getting the same error

@dinagraves

I reran the project again and it worked fine

Probably related to #256. -- Some of the timestamps from GitLab have migrated to a different format and BigQuery wasn't recognizing them.

I am now facing a issue simmilar to #256 I will mention it in a new issue with the details And thanks for the fast update with the issues.