We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc53a5 commit e5508f9Copy full SHA for e5508f9
1 file changed
metadata-ingestion/src/datahub/ingestion/source/snowflake/constants.py
@@ -33,6 +33,7 @@ class SnowflakeEdition(StrEnum):
33
"azure_northeurope": (SnowflakeCloudProvider.AZURE, "north-europe"),
34
"azure_westeurope": (SnowflakeCloudProvider.AZURE, "west-europe"),
35
"azure_switzerlandnorth": (SnowflakeCloudProvider.AZURE, "switzerland-north"),
36
+ "azure_swedencentral": (SnowflakeCloudProvider.AZURE, "sweden-central"),
37
"azure_uaenorth": (SnowflakeCloudProvider.AZURE, "uae-north"),
38
"azure_centralindia": (SnowflakeCloudProvider.AZURE, "central-india"),
39
"azure_japaneast": (SnowflakeCloudProvider.AZURE, "japan-east"),
0 commit comments