Skip to content

Commit

Permalink
Feedback archived (#529)
Browse files Browse the repository at this point in the history
* add feedbacks archived per day

* add the query of archived in main file

* query archived feedbacks per day
  • Loading branch information
yasmineDoghri6 authored Apr 26, 2024
1 parent e142c66 commit 133202c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WITH
JSON_EXTRACT_SCALAR(DATA, "$.archived") AS archived,
DATE_TRUNC(TIMESTAMP_MILLIS(CAST(JSON_EXTRACT_SCALAR(DATA, "$.createdAt") AS INT)), DAY) AS day
FROM
'firestore_export.feedback_raw_latest'
`firestore_export.feedback_raw_latest`
WHERE
JSON_EXTRACT_SCALAR(DATA, "$.archived") != "0" )
SELECT
Expand Down

0 comments on commit 133202c

Please sign in to comment.