We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7639d6e commit 5bc239eCopy full SHA for 5bc239e
1 file changed
infra/dataform-trigger/index.js
@@ -18,8 +18,8 @@ WITH crux AS (
18
AND partition_id IN (previousMonth, previousMonth_YYYYMM)
19
), report AS (
20
SELECT MAX(partition_id) = previousMonth AS report_exists
21
- FROM httparchive.core_web_vitals.INFORMATION_SCHEMA.PARTITIONS
22
- WHERE table_name = 'technologies'
+ FROM httparchive.reports.INFORMATION_SCHEMA.PARTITIONS
+ WHERE table_name = 'tech_report_categories'
23
AND partition_id != '__NULL__'
24
)
25
0 commit comments