Skip to content

Commit 52ca6c4

Browse files
authored
remove table prefix created by crawler (#2203)
1 parent 7adaebc commit 52ca6c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ resource "aws_glue_crawler" "google_sheet_ingestion_raw_zone" {
136136
path = "s3://${module.raw_zone_data_source.bucket_id}/${each.value.identifier}/google-sheets/"
137137
}
138138

139-
table_prefix = "${each.value.identifier_snake_case}_"
140-
141139
configuration = jsonencode({
142140
Version = 1.0
143141
Grouping = {

0 commit comments

Comments
 (0)