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
When trying to create a DB with incompatible cloud/region, error is:
[INFO] You are using a non-production environment 'TEST'
REGION OK
[ERROR] Region 'us-east-1' is valid for cloud 'aws'. (InvalidRegionException)
[ERROR] Try 'astra help <your_command>' to get help
[INFO] Run astra db list-regions-serverless or astra streaming list-regions to list available regions.
where 'is valid should instead be is not valid (or is invalid).
To Reproduce
astra db create DB_NAME -c aws --region us-east-1 --config TEST
Expected behavior
Error message would indicate there is a problem; right now it's mildly confusing.
Screenshots
Desktop (please complete the following information):
MacOS 12.7.4
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to create a DB with incompatible cloud/region, error is:
where
'is valid
should instead beis not valid
(oris invalid
).To Reproduce
Expected behavior
Error message would indicate there is a problem; right now it's mildly confusing.
Screenshots
Desktop (please complete the following information):
MacOS 12.7.4
Additional context
N/A
The text was updated successfully, but these errors were encountered: