Skip to content

Commit 6b1fd30

Browse files
authored
Merge pull request aws-samples#44 from maxstepanov/patch-1
Fixed broken validation for some regions
2 parents efba7fe + 98389d2 commit 6b1fd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/Hive_metastore_migration/src/hive_metastore_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ def validate_aws_regions(region):
14621462
return
14631463

14641464
aws_glue_regions = [
1465-
'ap-northeast-1' # Tokyo
1465+
'ap-northeast-1', # Tokyo
14661466
'eu-west-1', # Ireland
14671467
'us-east-1', # North Virginia
14681468
'us-east-2', # Ohio

0 commit comments

Comments
 (0)