From f3061d2b8df5326ece2d29271e228aee987b256e Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Tue, 21 May 2024 15:18:56 -0600 Subject: [PATCH] fix: houston-urbanization discovery prefix fix --- .../production/discovery-items/houston-urbanization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/production/discovery-items/houston-urbanization.json b/ingestion-data/production/discovery-items/houston-urbanization.json index 78e5d6e8..ffec9017 100644 --- a/ingestion-data/production/discovery-items/houston-urbanization.json +++ b/ingestion-data/production/discovery-items/houston-urbanization.json @@ -2,7 +2,7 @@ "collection": "houston-urbanization", "bucket": "veda-data-store", "prefix": "houston-urbanization/", - "filename_regex": "^(.*)HOUS_DFAL_urbanization", + "filename_regex": "^(.*)HOUS_DFAL_urbanization.*[.]tif$", "discovery": "s3", "upload": false } \ No newline at end of file