Skip to content

Commit fa8cdcf

Browse files
committed
chore: use cncf for staging for data completion
1 parent 913d335 commit fa8cdcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/apps/snowflake_connectors/src/integrations/tnc/courses/buildSourceQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const buildSourceQuery = (sinceTimestamp?: string): string => {
6868
AND tu.user_email IS NOT NULL`
6969

7070
if (!IS_PROD_ENV) {
71-
select += ` AND e.project_slug = 'openssf'`
71+
select += ` AND e.project_slug = 'cncf'`
7272
}
7373

7474
const dedup = `

services/apps/snowflake_connectors/src/integrations/tnc/enrollments/buildSourceQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const buildSourceQuery = (sinceTimestamp?: string): string => {
8080
WHERE e.user_email IS NOT NULL`
8181

8282
if (!IS_PROD_ENV) {
83-
select += ` AND e.project_slug = 'openssf'`
83+
select += ` AND e.project_slug = 'cncf'`
8484
}
8585

8686
const dedup = `

0 commit comments

Comments
 (0)