Skip to content

Commit 11b7565

Browse files
Update 60-airflow-etl-used-crawlers.tf (#1965)
Rename Streetscene crawler and database name
1 parent f4df724 commit 11b7565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ resource "aws_glue_crawler" "allocations_refined_tables" {
4949

5050
resource "aws_glue_crawler" "streetscene_street_systems_raw_zone" {
5151
count = local.is_live_environment ? 1 : 0
52-
name = "${local.short_identifier_prefix}Streetscene Street Systems Raw Zone"
52+
name = "${local.short_identifier_prefix}Streetscene Traffic Counters Raw Zone"
5353
role = data.aws_iam_role.glue_role.arn
54-
database_name = "streetscene-raw-zone-database"
54+
database_name = "streetscene-raw-zone"
5555

5656
s3_target {
5757
path = "s3://${module.raw_zone_data_source.bucket_id}/streetscene/traffic-counters/"

0 commit comments

Comments
 (0)