This repository has been archived by the owner on May 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: read data from bigquery table (#1116)
* fix: read data from bigquery table * temporarily use a testing sheet * attempt to resolve the type difference * use compatible SQL The assignee type is still different, so keeping the new interface. * lint * fixed the test * fix: convert comma separated string into array also just use ApiIssue interface * fix: handle null/undefined for labels and assignees * fix lint * stop checking Drift Key env var * fix the sql * assume issue_closed is an INT field * is_pr is an int field * assuming the dates are objects like {string_value: "2021-10-20T05:23:03.000Z"} * format dates and add debug output for priority * fix: fixed a regex for priority * use the same time format as the github api * fix: fixed the path for pull request URLs * use the production spreadsheet again
- Loading branch information
Takashi Matsuo
authored
Aug 4, 2022
1 parent
5b3bfbb
commit 4c8cc10
Showing
3 changed files
with
158 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters