Skip to content

Commit 5733389

Browse files
authored
Merge branch 'main' into add-ecs-log-reading-permission-to-deparmental-sso-role
2 parents 15a3eea + 92b6dda commit 5733389

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

terraform/core/39-housing-interim-finance-db-ingestion.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "housing_interim_finance_database_ingestion" {
1515
}
1616

1717
locals {
18-
table_filter_expressions_housing_interim_finance = local.is_live_environment ? "(^sow2b_dbo_matenancyagreement$|^sow2b_dbo_uharaction$|^sow2b_dbo_maproperty$|^sow2b_dbo_ssminitransaction$|^sow2b_dbo_uhproperty$|^sow2b_dbo_calculatedcurrentbalance$|^sow2b_dbo_mamember$|^sow2b_dbo_uhhousehold$|^sow2b_dbo_uhtennancyagreement$|^sow2b_dbo_uhmember$|^sow2b_dbo_uhdebtype$|^sow2b_dbo_charges$|^sow2b_dbo_chargeshistory$)" : ""
18+
table_filter_expressions_housing_interim_finance = local.is_live_environment ? "(^sow2b_dbo_matenancyagreement$|^sow2b_dbo_uharaction$|^sow2b_dbo_maproperty$|^sow2b_dbo_ssminitransaction$|^sow2b_dbo_uhproperty$|^sow2b_dbo_calculatedcurrentbalance$|^sow2b_dbo_mamember$|^sow2b_dbo_uhhousehold$|^sow2b_dbo_uhtenancyagreement$|^sow2b_dbo_uhmember$|^sow2b_dbo_uhdebtype$|^sow2b_dbo_charges$|^sow2b_dbo_chargeshistory$|^sow2b_dbo_vi_transaction$)" : ""
1919
}
2020

2121
resource "aws_glue_trigger" "housing_interim_finance_filter_ingestion_tables" {

terraform/etl/09-spreadsheet-imports-from-g-drive.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,11 +1164,11 @@ module "ops_dashboard_link" {
11641164
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
11651165
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
11661166
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1167-
google_drive_document_id = "1Hyt8gPi3R6zmVl-6NrrSF7fe9bJm4Ra3"
1167+
google_drive_document_id = "1oPXU1IXnxKA5l9B-WXwFM3QpxH8lbLLG"
11681168
glue_job_name = "ops_dashboard_link"
11691169
output_folder_name = "g-drive"
11701170
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1171-
input_file_name = "ops_button/ops_dashboard_link_08_12_2025.csv"
1171+
input_file_name = "ops_button/ops_dashboard_link_09_12_2025.csv"
11721172
ingestion_schedule = "cron(0 21 * * ? *)"
11731173
enable_bookmarking = true
11741174
tags = module.tags.values
@@ -1200,11 +1200,11 @@ module "forecast_dashboard_link" {
12001200
landing_zone_bucket_id = module.landing_zone_data_source.bucket_id
12011201
landing_zone_kms_key_arn = module.landing_zone_data_source.kms_key_arn
12021202
landing_zone_bucket_arn = module.landing_zone_data_source.bucket_arn
1203-
google_drive_document_id = "14M4Va_MayuloefKdU4IGSjKbuBViOOdG"
1203+
google_drive_document_id = "1AjZRiLGlcClaNo0p0VA3Sxu7YWbKEvmW"
12041204
glue_job_name = "forecast_dashboard_link"
12051205
output_folder_name = "g-drive"
12061206
raw_zone_bucket_id = module.raw_zone_data_source.bucket_id
1207-
input_file_name = "forecasting_button/forecasting_dashboard_link_08_12_2025.csv"
1207+
input_file_name = "forecasting_button/forecasting_dashboard_link_09_12_2025.csv"
12081208
ingestion_schedule = "cron(0 21 * * ? *)"
12091209
enable_bookmarking = true
12101210
tags = module.tags.values

0 commit comments

Comments
 (0)