Skip to content

Commit 8f55955

Browse files
authored
change the folder name for google sheet crawler (#2205)
* change the folder name for google sheet crawler * change the folder name to a semantic one
1 parent 257f5ee commit 8f55955

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)