Skip to content

Commit afcc002

Browse files
authored
Merge branch 'main' into di-543-govnotify-ingestion-for-customer-services
2 parents e66b62f + 8f55955 commit afcc002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/60-airflow-etl-used-crawlers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ resource "aws_glue_crawler" "google_sheet_ingestion_raw_zone" {
133133
database_name = each.value.raw_zone_catalog_database_name
134134

135135
s3_target {
136-
path = "s3://${module.raw_zone_data_source.bucket_id}/${each.value.identifier}/google-sheets/"
136+
path = "s3://${module.raw_zone_data_source.bucket_id}/${each.value.identifier}/google-sheets-new/"
137137
}
138138

139139
configuration = jsonencode({

0 commit comments

Comments
 (0)