Skip to content

Commit e5508f9

Browse files
authored
fix(ingest/snowflake): add sweden-central azure region mapping (datahub-project#17373)
1 parent 8fc53a5 commit e5508f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • metadata-ingestion/src/datahub/ingestion/source/snowflake

metadata-ingestion/src/datahub/ingestion/source/snowflake/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class SnowflakeEdition(StrEnum):
3333
"azure_northeurope": (SnowflakeCloudProvider.AZURE, "north-europe"),
3434
"azure_westeurope": (SnowflakeCloudProvider.AZURE, "west-europe"),
3535
"azure_switzerlandnorth": (SnowflakeCloudProvider.AZURE, "switzerland-north"),
36+
"azure_swedencentral": (SnowflakeCloudProvider.AZURE, "sweden-central"),
3637
"azure_uaenorth": (SnowflakeCloudProvider.AZURE, "uae-north"),
3738
"azure_centralindia": (SnowflakeCloudProvider.AZURE, "central-india"),
3839
"azure_japaneast": (SnowflakeCloudProvider.AZURE, "japan-east"),

0 commit comments

Comments
 (0)