You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticfinalStringINVALID_LOCATION_MESSAGE = "Invalid Azure location. Expected form is 'abfs://[<containerName>@]<accountName>.dfs.core.windows.net/<filePath>': %s";
private static final String INVALID_LOCATION_MESSAGE = "Invalid Azure location. Expected form is 'abfs://[@].dfs.core.windows.net/': %s";
The text was updated successfully, but these errors were encountered:
https://trinodb.slack.com/archives/C0305TQ05KL/p1711623700672519
Azure gov cloud uses https://%s.blob.core.usgovcloudapi.net not https://%s.blob.core.windows.net ,
The validation does not allow this and needs to be changed to be more flexible.
trino/lib/trino-filesystem-azure/src/main/java/io/trino/filesystem/azure/AzureLocation.java
Line 26 in 9ec2b07
private static final String INVALID_LOCATION_MESSAGE = "Invalid Azure location. Expected form is 'abfs://[@].dfs.core.windows.net/': %s";
The text was updated successfully, but these errors were encountered: