Skip to content

Commit a9600fc

Browse files
update to follow naming convention
1 parent d2b8f70 commit a9600fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

terraform/services/insights/db-exports/bcda/sandbox-jobs-with-cms-id.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SELECT cron.schedule_in_database(
2-
's3_export_bcda_jobs_with_cms_id',
2+
's3_export_bcda_sandbox_jobs_with_cms_id',
33
'10 */6 * * *',
44
$$
55
SELECT *
66
FROM aws_s3.query_export_to_s3
77
(
8-
'SELECT * FROM bcda_jobs_with_cms_id',
8+
'SELECT * FROM bcda_sandbox_jobs_with_cms_id',
99
aws_commons.create_s3_uri
1010
(
1111
'bcda-sandbox-aurora-export-2025xxxxxxxxxxxxxxxxxxxxxx',
12-
'bcda-jobs-with-cms-id.csv',
12+
'bcda-sandbox-jobs-with-cms-id.csv',
1313
'us-east-1'
1414
),
1515
options := 'format csv, HEADER true',

terraform/services/insights/views/bcda/sandbox-jobs-with-cms-id.view.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Get all jobs with CMS ID added from acos table
22
-- This should be run in SANDBOX only!
3-
CREATE OR REPLACE VIEW bcda_jobs_with_cms_id AS
3+
CREATE OR REPLACE VIEW bcda_sandbox_jobs_with_cms_id AS
44
SELECT
55
jobs.*,
66
acos.cms_id

0 commit comments

Comments
 (0)