We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257f5ee commit 8f55955Copy full SHA for 8f55955
terraform/etl/60-airflow-etl-used-crawlers.tf
@@ -133,7 +133,7 @@ resource "aws_glue_crawler" "google_sheet_ingestion_raw_zone" {
133
database_name = each.value.raw_zone_catalog_database_name
134
135
s3_target {
136
- path = "s3://${module.raw_zone_data_source.bucket_id}/${each.value.identifier}/google-sheets/"
+ path = "s3://${module.raw_zone_data_source.bucket_id}/${each.value.identifier}/google-sheets-new/"
137
}
138
139
configuration = jsonencode({
0 commit comments